GET /api/bet_types/0bc382f0-1714-4900-ae0c-f0f708b6473c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bc382f0-1714-4900-ae0c-f0f708b6473c",
    "match": "https://api-prod.gambitprofit.com/api/matches/00a54269-0c81-4831-bed6-d9ae0941b372/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:05.719706-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": "BAL",
                "amount": 5000.0
            },
            {
                "team": "KAN",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "64c5d1a3-283d-4038-8fd6-e2a5f6003ea1",
            "gambit_id": "1fbff900-421c-4a84-bc1d-a7772b8eeac0",
            "last_updated": "2023-05-03T12:12:16.224121-04:00",
            "created_at": "2023-05-02T11:52:05.722580-04:00",
            "name": "BAL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc382f0-1714-4900-ae0c-f0f708b6473c/?format=api"
        },
        {
            "id": "7e790ed2-f158-468f-97ba-19063d175463",
            "gambit_id": "6566d653-9157-43ea-a920-063e726db217",
            "last_updated": "2023-05-03T12:12:16.222773-04:00",
            "created_at": "2023-05-02T11:52:05.721082-04:00",
            "name": "KAN",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bc382f0-1714-4900-ae0c-f0f708b6473c/?format=api"
        }
    ]
}