GET /api/bet_types/9b43c236-02f7-43d1-9c1b-cf55cd313984/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b43c236-02f7-43d1-9c1b-cf55cd313984",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ba1c109-8198-4483-b88f-898b88a4ef3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:06.381364-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": "Sacramento Kings",
                "amount": 5094.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe018eba-ddd7-4c6d-bcd6-9734dd010e84",
            "gambit_id": "bd9e882d-1554-4415-ac11-59fd016fe8e4",
            "last_updated": "2023-11-07T21:03:28.482863-05:00",
            "created_at": "2023-11-06T07:58:06.385564-05:00",
            "name": "Sacramento Kings",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b43c236-02f7-43d1-9c1b-cf55cd313984/?format=api"
        },
        {
            "id": "befc8f8d-1da6-4a8c-af2c-3b5de3efdf99",
            "gambit_id": "2654fdf6-d686-4fa4-9b16-25304e35e5e6",
            "last_updated": "2023-11-07T21:03:28.486449-05:00",
            "created_at": "2023-11-06T07:58:06.390255-05:00",
            "name": "Houston Rockets",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b43c236-02f7-43d1-9c1b-cf55cd313984/?format=api"
        }
    ]
}