GET /api/bet_types/fec555e5-6158-41f4-9746-e7f55165c8af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fec555e5-6158-41f4-9746-e7f55165c8af",
    "match": "https://api-prod.gambitprofit.com/api/matches/5686d3a0-14e2-4db7-ad08-693106f2b764/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "74063c83-8a2f-4061-b9cd-9fec08f0b543",
            "gambit_id": "8f4b44f9-41bc-4dae-aab4-e963b371d969",
            "last_updated": "2022-10-23T21:41:54.151775-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fec555e5-6158-41f4-9746-e7f55165c8af/?format=api"
        },
        {
            "id": "764acb97-af35-48a1-a971-944b9b41f90f",
            "gambit_id": "5a4c3cf9-37e9-4878-9fe1-81b348df6baf",
            "last_updated": "2022-10-23T21:41:54.150702-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fec555e5-6158-41f4-9746-e7f55165c8af/?format=api"
        }
    ]
}