GET /api/bet_types/e8bdd235-6c25-4878-907a-2ab29e3daa0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8bdd235-6c25-4878-907a-2ab29e3daa0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/01a27e41-409d-4c01-9cb9-22d009094230/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-08T08:38:23.019351-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "PHI",
                "amount": 6390.0
            },
            {
                "team": "MIA",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc2f281d-4b25-401b-91a3-38ad13cef9a0",
            "gambit_id": "d0a94b7a-f4b1-45ea-ac24-262fc058bca9",
            "last_updated": "2023-07-10T10:08:10.635513-04:00",
            "created_at": "2023-07-08T08:38:23.021917-04:00",
            "name": "PHI",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8bdd235-6c25-4878-907a-2ab29e3daa0a/?format=api"
        },
        {
            "id": "70c59f42-ddca-4eb9-a7a2-497f1ecf96ca",
            "gambit_id": "963cb035-0b11-4b83-b0d6-a8529bf95c9e",
            "last_updated": "2023-07-10T10:08:10.637389-04:00",
            "created_at": "2023-07-08T08:38:23.024521-04:00",
            "name": "MIA",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8bdd235-6c25-4878-907a-2ab29e3daa0a/?format=api"
        }
    ]
}