GET /api/bet_types/a9df26ac-4be6-4fbf-b202-cc83b222645d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9df26ac-4be6-4fbf-b202-cc83b222645d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4b74d25-37ad-4987-83ca-c5d446ba339a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-26T09:33:17.077424-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": "Game Total Under 236.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f032cb5a-d2ef-4ef4-acdf-58f32681b4d8",
            "gambit_id": "b7f81b44-6587-4252-a2ec-5b482a84131c",
            "last_updated": "2024-01-27T10:58:05.314922-05:00",
            "created_at": "2024-01-26T09:33:17.081358-05:00",
            "name": "Game Total Under 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9df26ac-4be6-4fbf-b202-cc83b222645d/?format=api"
        },
        {
            "id": "7e708edd-7a2f-4482-be13-8e5766ef45f9",
            "gambit_id": "df3ee8a7-df44-4a38-b38d-d8cfeafdd067",
            "last_updated": "2024-01-27T10:58:05.311125-05:00",
            "created_at": "2024-01-26T09:33:17.085661-05:00",
            "name": "Game Total Over 236.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9df26ac-4be6-4fbf-b202-cc83b222645d/?format=api"
        }
    ]
}