GET /api/bet_types/c4e34f2b-b5e0-4872-9f9e-88d528bfb69d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4e34f2b-b5e0-4872-9f9e-88d528bfb69d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d079d412-0606-4bba-b89e-db9b282dab31/?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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3b82cc6-7e1f-41f9-a989-53bb9ee4bcef",
            "gambit_id": "1c7a1a74-94f9-49b2-bbdf-c1c712f571b7",
            "last_updated": "2022-11-08T10:57:05.182768-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4e34f2b-b5e0-4872-9f9e-88d528bfb69d/?format=api"
        },
        {
            "id": "3c7ddab9-0f3b-43fd-bde1-bd4585b3e729",
            "gambit_id": "25ccdee6-4648-44f5-8677-b108a3202f03",
            "last_updated": "2022-11-08T10:57:05.181599-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4e34f2b-b5e0-4872-9f9e-88d528bfb69d/?format=api"
        }
    ]
}