GET /api/bet_types/9a69c755-99f6-41fd-999c-7951ec120917/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a69c755-99f6-41fd-999c-7951ec120917",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f43aa9-5e26-47a1-a54c-fa60e537ecaa/?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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "46baf65f-0d54-4118-95eb-e1438e36db10",
            "gambit_id": "4a0a81dd-c678-4fcd-acc0-1d1c459ba7b0",
            "last_updated": "2022-10-31T10:12:28.250124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a69c755-99f6-41fd-999c-7951ec120917/?format=api"
        },
        {
            "id": "452222fb-ff98-4186-9460-8d89d07d1c9d",
            "gambit_id": "aa27744f-c1a0-4826-8dc5-92dd0d3ed140",
            "last_updated": "2022-10-31T10:12:28.251433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a69c755-99f6-41fd-999c-7951ec120917/?format=api"
        }
    ]
}