GET /api/bet_types/3d8de464-8926-479e-9676-af5bab0777ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d8de464-8926-479e-9676-af5bab0777ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/84043901-8767-43f5-8f38-0025874c1cff/?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 2.5",
                "amount": 6857.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3143.0
            }
        ],
        "expected_reward_tokens": 9051.24,
        "profit_sb": 51.24,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "91e25468-0f60-452a-beba-6094d0ec11e1",
            "gambit_id": "3ee98212-53d5-4c32-a570-1b5cd563a8c3",
            "last_updated": "2022-09-14T11:22:08.666051-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8de464-8926-479e-9676-af5bab0777ea/?format=api"
        },
        {
            "id": "f966ccad-7a6d-4ab2-a162-aac57113bf85",
            "gambit_id": "2e45e7af-3a50-41e0-b7ea-3745666f6659",
            "last_updated": "2022-09-14T11:22:08.665026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.88000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d8de464-8926-479e-9676-af5bab0777ea/?format=api"
        }
    ]
}