GET /api/bet_types/80f0107e-1775-4e7a-babd-5dfa73ddd38e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80f0107e-1775-4e7a-babd-5dfa73ddd38e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d973ed75-ad2f-41e0-bb5d-645154f0bbde/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-20T09:13:19.374817-04: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": "Total Rounds Over 2.5",
                "amount": 5299.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9166.95,
        "profit_sb": -333.05,
        "profit_sb_percentage": -3.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "17b467a3-95c8-4468-ae88-60290b26458d",
            "gambit_id": "e453edf0-0b48-4cdf-b1c3-d2c9a4ef8441",
            "last_updated": "2023-10-23T13:52:56.695975-04:00",
            "created_at": "2023-10-20T09:13:19.379175-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f0107e-1775-4e7a-babd-5dfa73ddd38e/?format=api"
        },
        {
            "id": "ff8e4383-0796-4f8e-ac63-ff0f374e7f01",
            "gambit_id": "f8bc8350-e0e5-471e-9824-c930ea490937",
            "last_updated": "2023-10-23T13:52:56.699841-04:00",
            "created_at": "2023-10-20T09:13:19.383209-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f0107e-1775-4e7a-babd-5dfa73ddd38e/?format=api"
        }
    ]
}