GET /api/bet_types/ecc943a6-c8e9-4b44-9c08-554bcbb4dc00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecc943a6-c8e9-4b44-9c08-554bcbb4dc00",
    "match": "https://api-prod.gambitprofit.com/api/matches/67a0acb9-d72e-4980-9ed6-8af100f11dac/?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 8.5",
                "amount": 5301.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4699.0
            }
        ],
        "expected_reward_tokens": 9116.06,
        "profit_sb": 116.06,
        "profit_sb_percentage": 1.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "87d0a234-3d77-490e-be0c-efee24245f78",
            "gambit_id": "46640e99-db03-46ac-853c-e363188d67c0",
            "last_updated": "2022-09-08T10:42:24.556759-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc943a6-c8e9-4b44-9c08-554bcbb4dc00/?format=api"
        },
        {
            "id": "757266cd-8d94-4628-b0d3-e3badd8eb076",
            "gambit_id": "fb54f1fc-22e3-4718-8f12-1aae0686abcd",
            "last_updated": "2022-09-08T10:42:24.555734-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecc943a6-c8e9-4b44-9c08-554bcbb4dc00/?format=api"
        }
    ]
}