GET /api/bet_types/43a134a5-ff91-4652-952f-7e77c4999311/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43a134a5-ff91-4652-952f-7e77c4999311",
    "match": "https://api-prod.gambitprofit.com/api/matches/609dc8d8-5fc5-4ca0-8306-a69341a4bc9b/?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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": 400.0,
        "profit_sb_percentage": 4.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "6851d5e8-d705-4014-b00d-9eca0e0cf49f",
            "gambit_id": "98f2699f-01c6-407d-b06c-9d9832880383",
            "last_updated": "2022-11-02T10:48:12.794072-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43a134a5-ff91-4652-952f-7e77c4999311/?format=api"
        },
        {
            "id": "5dea54a1-3511-48f7-8544-96ee66dabe35",
            "gambit_id": "798f1ee7-f85d-4c73-a85a-fd2cfd24c49c",
            "last_updated": "2022-11-02T10:48:12.795031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43a134a5-ff91-4652-952f-7e77c4999311/?format=api"
        }
    ]
}