GET /api/bet_types/bf6f9d6d-cb3a-400d-ad25-52c23b8215f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf6f9d6d-cb3a-400d-ad25-52c23b8215f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c8f6859-d01c-4d3d-b26c-34c861fe8f57/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-08T11:38:10.994468-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": "MIN",
                "amount": 6160.0
            },
            {
                "team": "HOU",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "3272c07b-a1fa-4a28-98e0-39c342d84d5b",
            "gambit_id": "52b45263-3350-4a22-afcc-f69c7cb818b8",
            "last_updated": "2023-10-09T16:03:18.336644-04:00",
            "created_at": "2023-10-08T11:38:11.003251-04:00",
            "name": "MIN",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf6f9d6d-cb3a-400d-ad25-52c23b8215f2/?format=api"
        },
        {
            "id": "e3ad179b-112e-4a3a-bb16-14157f7cf4b6",
            "gambit_id": "1687c9a7-726a-4aed-99ac-cfa7cd689e20",
            "last_updated": "2023-10-09T16:03:18.340537-04:00",
            "created_at": "2023-10-08T11:38:11.007370-04:00",
            "name": "HOU",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf6f9d6d-cb3a-400d-ad25-52c23b8215f2/?format=api"
        }
    ]
}