GET /api/bet_types/94e30cf9-fad3-480d-9145-20bad1c8d4cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94e30cf9-fad3-480d-9145-20bad1c8d4cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/0040bd77-a2bd-4816-823e-529fc239bf8a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-11T08:48:21.798812-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": "Game Total Over 8.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "f47c0084-0ef4-4423-8c6f-ec41a85c3ea9",
            "gambit_id": "87851881-1810-4d46-b0a6-1297461dc0ce",
            "last_updated": "2023-09-12T21:18:16.921925-04:00",
            "created_at": "2023-09-11T08:48:21.802342-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94e30cf9-fad3-480d-9145-20bad1c8d4cf/?format=api"
        },
        {
            "id": "6508650e-6498-4df6-ba12-3062fe62e345",
            "gambit_id": "e75eba6b-a0e0-4560-8c16-cb3f8baaa7a9",
            "last_updated": "2023-09-12T21:18:16.925341-04:00",
            "created_at": "2023-09-11T08:48:21.806113-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94e30cf9-fad3-480d-9145-20bad1c8d4cf/?format=api"
        }
    ]
}