GET /api/bet_types/d1f93f29-4a40-455d-b48e-53e309b38077/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1f93f29-4a40-455d-b48e-53e309b38077",
    "match": "https://api-prod.gambitprofit.com/api/matches/43bd91a8-32a6-41cf-a882-fe1d236fbfe0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:23.828914-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": "ATL",
                "amount": 5107.0
            },
            {
                "team": "SFO",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1abab829-7e5e-49d7-8c82-3b1e66e0b608",
            "gambit_id": "739a0464-9f6e-4d93-a58c-fe53bdf227a8",
            "last_updated": "2023-08-28T16:23:31.652632-04:00",
            "created_at": "2023-08-26T09:23:23.832372-04:00",
            "name": "ATL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f93f29-4a40-455d-b48e-53e309b38077/?format=api"
        },
        {
            "id": "d279fa2f-a93d-4617-825e-24ddce9f96a8",
            "gambit_id": "796a6ae1-5a85-4479-a1aa-bcaf6b7fbfad",
            "last_updated": "2023-08-28T16:23:31.656206-04:00",
            "created_at": "2023-08-26T09:23:23.836326-04:00",
            "name": "SFO",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1f93f29-4a40-455d-b48e-53e309b38077/?format=api"
        }
    ]
}