GET /api/bet_types/6942c067-a849-4c52-a8d9-37a8a2688a8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6942c067-a849-4c52-a8d9-37a8a2688a8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e557fcf-434c-464c-b278-0fac9668b73a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-03T20:08:20.779966-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": "Game Total Over 2.5",
                "amount": 5391.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4609.0
            }
        ],
        "expected_reward_tokens": 9218.0,
        "profit_sb": -282.0,
        "profit_sb_percentage": -2.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2e5704c-f3cb-4cbc-b5c7-3b91015f99a9",
            "gambit_id": "f19a7d80-1532-49e4-b8cd-f50fd9dbf29b",
            "last_updated": "2023-11-06T10:33:10.849323-05:00",
            "created_at": "2023-11-03T20:08:20.787454-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.71000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6942c067-a849-4c52-a8d9-37a8a2688a8e/?format=api"
        },
        {
            "id": "159ca079-cd60-42aa-a120-d5a518fe8f7c",
            "gambit_id": "eb9e1a23-c300-4f29-be2e-153a8f1e5c6d",
            "last_updated": "2023-11-06T10:33:10.853565-05:00",
            "created_at": "2023-11-03T20:08:20.792306-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6942c067-a849-4c52-a8d9-37a8a2688a8e/?format=api"
        }
    ]
}