GET /api/bet_types/03aee3ea-008e-41d7-81a7-36581103d222/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03aee3ea-008e-41d7-81a7-36581103d222",
    "match": "https://api-prod.gambitprofit.com/api/matches/c481ed52-e90a-495e-9947-dc573a14d537/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:07.564690-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 220",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf338a81-8a1a-4cde-8b7f-5a5e38bc5363",
            "gambit_id": "954be39d-17df-4933-ad6e-9cf255dc22bd",
            "last_updated": "2023-10-26T10:48:11.254131-04:00",
            "created_at": "2023-10-25T09:13:07.568747-04:00",
            "name": "Game Total Under 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03aee3ea-008e-41d7-81a7-36581103d222/?format=api"
        },
        {
            "id": "889a2272-49e2-4c4d-a1dc-81b484338b7c",
            "gambit_id": "93e54037-ca7b-47ac-9f50-5962a88ed472",
            "last_updated": "2023-10-26T10:48:11.257319-04:00",
            "created_at": "2023-10-25T09:13:07.572720-04:00",
            "name": "Game Total Over 220",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "220.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03aee3ea-008e-41d7-81a7-36581103d222/?format=api"
        }
    ]
}