GET /api/bet_types/481c19f9-8286-4c2c-9988-f3ce728d46e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "481c19f9-8286-4c2c-9988-f3ce728d46e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ace5c74-72fc-47a1-ac3f-86733a30e143/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-09T09:23:03.714273-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": "Seattle Kraken",
                "amount": 6935.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d70821fd-075a-40d6-8b9f-481f13c247f5",
            "gambit_id": "c93fece6-00c1-4b8c-98dc-46dfff03f474",
            "last_updated": "2024-01-11T11:18:04.958332-05:00",
            "created_at": "2024-01-09T09:23:03.718237-05:00",
            "name": "Seattle Kraken",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/481c19f9-8286-4c2c-9988-f3ce728d46e4/?format=api"
        },
        {
            "id": "1b4ad07d-e3ff-4412-80c7-167b472ca54e",
            "gambit_id": "5b79beff-9b14-4035-8c59-e85ca9f7c3c9",
            "last_updated": "2024-01-11T11:18:04.961856-05:00",
            "created_at": "2024-01-09T09:23:03.723846-05:00",
            "name": "Buffalo Sabres",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/481c19f9-8286-4c2c-9988-f3ce728d46e4/?format=api"
        }
    ]
}