GET /api/bet_types/fac54715-2bc5-4f6b-a169-84736474b5c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fac54715-2bc5-4f6b-a169-84736474b5c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/afa826b6-da22-42fb-8c52-93a97b704f90/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-26T09:18:15.678927-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 Under 7.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "8eac6266-4467-44a6-a278-80a07a55500c",
            "gambit_id": "6de6832f-66d0-41e1-8fba-237b91449d5a",
            "last_updated": "2023-07-27T23:03:20.133316-04:00",
            "created_at": "2023-07-26T09:18:15.688066-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fac54715-2bc5-4f6b-a169-84736474b5c4/?format=api"
        },
        {
            "id": "2f35faf6-b7de-488d-b2f8-dbdc34aecada",
            "gambit_id": "4f92ac13-d9e5-4006-8376-f62fc23191ce",
            "last_updated": "2023-07-27T23:03:20.129439-04:00",
            "created_at": "2023-07-26T09:18:15.683937-04:00",
            "name": "Game Total Over 7.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fac54715-2bc5-4f6b-a169-84736474b5c4/?format=api"
        }
    ]
}