GET /api/bet_types/facc12a7-9eea-40dc-bb1b-aed19405aec2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "facc12a7-9eea-40dc-bb1b-aed19405aec2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1d60dcd-0072-41e7-97bd-b4c0ce8da455/?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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "222bc792-e53d-466b-8414-c0bddcaa41ba",
            "gambit_id": "756c1a64-8048-4dfb-b21b-f442147657ba",
            "last_updated": "2022-10-26T09:52:10.873369-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/facc12a7-9eea-40dc-bb1b-aed19405aec2/?format=api"
        },
        {
            "id": "664bfee7-a787-4033-af1f-ea9fbbd32ddb",
            "gambit_id": "fad1bd47-f1ee-44b2-b813-2d663a188877",
            "last_updated": "2022-10-26T09:52:10.874553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/facc12a7-9eea-40dc-bb1b-aed19405aec2/?format=api"
        }
    ]
}