GET /api/bet_types/08baec6a-ab62-441b-b20e-fc406b94bc28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08baec6a-ab62-441b-b20e-fc406b94bc28",
    "match": "https://api-prod.gambitprofit.com/api/matches/db261679-2996-46ed-b912-f30abdf55e5d/?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 6.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "50278f08-b04a-4a52-bff3-25321a577dbe",
            "gambit_id": "386c41fd-2a15-4e95-8cf0-ebf044f3553c",
            "last_updated": "2022-10-31T11:12:09.053884-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08baec6a-ab62-441b-b20e-fc406b94bc28/?format=api"
        },
        {
            "id": "8ba78341-51a6-40e3-9833-c4b235c4751c",
            "gambit_id": "40dd04fb-b665-49cb-9732-be87005fa432",
            "last_updated": "2022-10-31T11:12:09.052746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08baec6a-ab62-441b-b20e-fc406b94bc28/?format=api"
        }
    ]
}