GET /api/bet_types/d819161a-e47d-473a-9970-4d7aab837176/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d819161a-e47d-473a-9970-4d7aab837176",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7bc7fb8-f007-457e-adfa-6cef9455f30b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-21T08:51:54.958662-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": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d7a43d5-3b25-4b26-8d85-468ad6c88238",
            "gambit_id": "37bcaaf8-bb96-4014-a1c4-45d5ab1290a9",
            "last_updated": "2023-02-22T08:57:05.364855-05:00",
            "created_at": "2023-02-21T08:51:54.961291-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d819161a-e47d-473a-9970-4d7aab837176/?format=api"
        },
        {
            "id": "0907529c-e0d8-4600-88ad-edfe71931a80",
            "gambit_id": "92df0556-953c-4911-9a31-743ef0d2b517",
            "last_updated": "2023-02-22T08:57:05.363677-05:00",
            "created_at": "2023-02-21T08:51:54.959959-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d819161a-e47d-473a-9970-4d7aab837176/?format=api"
        }
    ]
}