GET /api/bet_types/68b24b32-8b49-4d2c-98e0-9729ca9d4be0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68b24b32-8b49-4d2c-98e0-9729ca9d4be0",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ca797c6-a961-463d-8047-ce44870db622/?format=api",
    "name": "Pick the Winner",
    "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": "SEA (G Kirby)",
                "amount": 5308.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 4692.0
            }
        ],
        "expected_reward_tokens": 9289.0,
        "profit_sb": 289.0,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "f72257a9-aeb2-4ed3-a4d4-c8deb99bc8c4",
            "gambit_id": "54069015-8e74-4e5d-9376-5147b9608253",
            "last_updated": "2022-09-05T13:37:10.280920-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b24b32-8b49-4d2c-98e0-9729ca9d4be0/?format=api"
        },
        {
            "id": "474f7e48-8c6a-46d6-9b6e-c08704d6a658",
            "gambit_id": "b6fc0e37-1117-466c-865d-6874ef139b50",
            "last_updated": "2022-09-05T13:37:10.279933-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68b24b32-8b49-4d2c-98e0-9729ca9d4be0/?format=api"
        }
    ]
}