GET /api/bet_types/bf802467-36ad-404d-ae3f-01c739a2343e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf802467-36ad-404d-ae3f-01c739a2343e",
    "match": "https://api-prod.gambitprofit.com/api/matches/16202f1b-222f-4d01-87ee-f3081e6d6f82/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-11T09:01:54.819405-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 237",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d12bd00-be4d-4656-8e65-dba90124dbd8",
            "gambit_id": "e3428822-81a6-4abb-9f19-1f3864eed34e",
            "last_updated": "2023-02-12T09:47:15.510294-05:00",
            "created_at": "2023-02-11T09:01:54.820804-05:00",
            "name": "Game Total Under 237",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf802467-36ad-404d-ae3f-01c739a2343e/?format=api"
        },
        {
            "id": "0d215c24-ee04-4e1f-8171-87c5a2415a50",
            "gambit_id": "a2647a13-d83f-45ae-955e-05eae2a7a19d",
            "last_updated": "2023-02-12T09:47:15.511501-05:00",
            "created_at": "2023-02-11T09:01:54.822160-05:00",
            "name": "Game Total Over 237",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "237.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf802467-36ad-404d-ae3f-01c739a2343e/?format=api"
        }
    ]
}