GET /api/bet_types/53fc42bc-399f-4b0e-aa19-2fcfcad7799c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53fc42bc-399f-4b0e-aa19-2fcfcad7799c",
    "match": "https://api-prod.gambitprofit.com/api/matches/65d87aab-6ce9-4cbf-93a8-8f0aeda1feab/?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 Under 2.5",
                "amount": 5380.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4620.0
            }
        ],
        "expected_reward_tokens": 8823.2,
        "profit_sb": -176.8,
        "profit_sb_percentage": -1.96,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cd92350-18e2-47ab-8b09-391f18ec6432",
            "gambit_id": "2e3ce848-9fa5-4876-861c-8eb2a00cacbe",
            "last_updated": "2022-08-21T12:57:11.174883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.64000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53fc42bc-399f-4b0e-aa19-2fcfcad7799c/?format=api"
        },
        {
            "id": "c616eb3e-c4a7-49a8-ac59-66d79e7df0f6",
            "gambit_id": "778fcd8a-005e-416d-b2ed-09a25d8e0c42",
            "last_updated": "2022-08-21T12:57:11.175318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53fc42bc-399f-4b0e-aa19-2fcfcad7799c/?format=api"
        }
    ]
}