GET /api/bet_types/1e9158b4-410b-4971-a016-07f3e58d14bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e9158b4-410b-4971-a016-07f3e58d14bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c81f9e9a-ab30-4066-a4b1-74d326b8de2b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Ohio State",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Ohio State",
                "amount": 8706.0
            },
            {
                "team": "Wisconsin",
                "amount": 1294.0
            }
        ],
        "expected_reward_tokens": 9315.42,
        "profit_sb": 315.42,
        "profit_sb_percentage": 3.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "41421920-c2ef-4a0d-9191-5ebf5cdb6679",
            "gambit_id": "cb389c7b-6051-4699-b49d-0c2a500a341b",
            "last_updated": "2022-09-25T21:22:20.833400-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e9158b4-410b-4971-a016-07f3e58d14bd/?format=api"
        },
        {
            "id": "55a20ee9-37ed-4b99-9f36-521b45a086c5",
            "gambit_id": "249149a3-2456-4393-b15d-154ecb240fda",
            "last_updated": "2022-09-25T21:22:20.834475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "7.20000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e9158b4-410b-4971-a016-07f3e58d14bd/?format=api"
        }
    ]
}