GET /api/bet_types/cf60c9d8-72e7-4011-9c82-8de5afe38e6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf60c9d8-72e7-4011-9c82-8de5afe38e6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/be113001-b3fd-40da-8feb-91bd1314d56c/?format=api",
    "name": "Play the Odds",
    "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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "445b0bc5-e99b-4dae-b91c-122a256cecbb",
            "gambit_id": "f3dde968-c123-4a8a-a52c-0043cee351a5",
            "last_updated": "2022-10-31T12:07:11.953294-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf60c9d8-72e7-4011-9c82-8de5afe38e6a/?format=api"
        },
        {
            "id": "60917194-90e0-4fbc-96f5-62a34827535b",
            "gambit_id": "6fa794f5-b857-428e-8c7a-523f113d6289",
            "last_updated": "2022-10-31T12:07:11.954233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf60c9d8-72e7-4011-9c82-8de5afe38e6a/?format=api"
        }
    ]
}