GET /api/bet_types/c3b2ef9e-f88c-4701-9c6e-798dbe1c7899/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3b2ef9e-f88c-4701-9c6e-798dbe1c7899",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ed8128e-3f6d-4ef6-8ac6-f3b6a98cb19e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Dallas Mavericks",
                "amount": 7755.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2245.0
            }
        ],
        "expected_reward_tokens": 9538.65,
        "profit_sb": 38.65,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "f6d953ea-f181-4c24-8101-198bb7e74fca",
            "gambit_id": "1ee838c2-78d9-4e0a-9b4f-2f154c8b1d64",
            "last_updated": "2022-10-31T11:52:07.706368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.23000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b2ef9e-f88c-4701-9c6e-798dbe1c7899/?format=api"
        },
        {
            "id": "136afd5d-2137-4dda-9da7-c7c0c4a7f5cc",
            "gambit_id": "ce781477-1792-467b-8f95-ed6ab0b5564e",
            "last_updated": "2022-10-31T11:52:07.705238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "4.25000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3b2ef9e-f88c-4701-9c6e-798dbe1c7899/?format=api"
        }
    ]
}