GET /api/bet_types/08198203-a4a1-48ac-9a6d-af02ac94ff12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08198203-a4a1-48ac-9a6d-af02ac94ff12",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffc0ab0b-26ea-4d2f-a3be-daabcdf1f5c1/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:09.343006-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 Over 244.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 244.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a03f872f-b2fd-4465-92ec-862f79d9b437",
            "gambit_id": "ef00001f-05eb-4f1e-9b28-740964bad400",
            "last_updated": "2024-02-07T01:53:00.637290-05:00",
            "created_at": "2024-02-06T09:08:09.347495-05:00",
            "name": "Game Total Over 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08198203-a4a1-48ac-9a6d-af02ac94ff12/?format=api"
        },
        {
            "id": "3590a0af-2819-4ea1-a0ad-8d0fbc576f92",
            "gambit_id": "5e750037-aed2-4b5c-96af-1cc0905695b0",
            "last_updated": "2024-02-07T01:53:00.634037-05:00",
            "created_at": "2024-02-06T09:08:09.351482-05:00",
            "name": "Game Total Under 244.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "244.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08198203-a4a1-48ac-9a6d-af02ac94ff12/?format=api"
        }
    ]
}