GET /api/bet_types/a2c8cc75-14ae-4756-80cc-b98eda4facc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2c8cc75-14ae-4756-80cc-b98eda4facc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6742e56f-8163-4c72-8103-eb592aa73def/?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 2.5",
                "amount": 7389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 2611.0
            }
        ],
        "expected_reward_tokens": 9086.28,
        "profit_sb": 86.28,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2ee3f56-9293-434b-a618-068fe32fa98b",
            "gambit_id": "4d0ee7ac-3cb5-4b6a-9b5b-953f0ccfc03b",
            "last_updated": "2022-09-01T13:36:57.404162-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.23000",
            "odds": "1.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2c8cc75-14ae-4756-80cc-b98eda4facc5/?format=api"
        },
        {
            "id": "abb475b5-03ff-48fb-b812-c0c1098d4b74",
            "gambit_id": "3849b835-76dc-4a04-b7c6-b1d2d9ae4195",
            "last_updated": "2022-09-01T13:36:57.403650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "3.48000",
            "odds": "3.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2c8cc75-14ae-4756-80cc-b98eda4facc5/?format=api"
        }
    ]
}