GET /api/bet_types/9f999910-c8ca-49d9-abdd-0f74657009f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f999910-c8ca-49d9-abdd-0f74657009f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dd38d26-c5d1-42cd-8294-82a4854b04be/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-06T08:38:18.205474-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": "SEA",
                "amount": 6154.0
            },
            {
                "team": "LAA",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "905d46c2-a629-41d0-887a-267a2bd04b79",
            "gambit_id": "b040df83-3fa7-4bf6-a5db-49eaa3ac18b2",
            "last_updated": "2023-08-07T19:23:07.515781-04:00",
            "created_at": "2023-08-06T08:38:18.213377-04:00",
            "name": "SEA",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f999910-c8ca-49d9-abdd-0f74657009f8/?format=api"
        },
        {
            "id": "754dcceb-5ab2-44bd-b9f2-500db858c0f3",
            "gambit_id": "b7e31988-63b9-47ea-8e29-612e548e3bc2",
            "last_updated": "2023-08-07T19:23:07.519314-04:00",
            "created_at": "2023-08-06T08:38:18.218891-04:00",
            "name": "LAA",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f999910-c8ca-49d9-abdd-0f74657009f8/?format=api"
        }
    ]
}