GET /api/bet_types/32051b11-a334-409b-a526-b7815790c355/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32051b11-a334-409b-a526-b7815790c355",
    "match": "https://api-prod.gambitprofit.com/api/matches/25ed2887-8211-43da-82b4-080dd00f8ab3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-28T08:48:09.306962-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 Over 9",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb3a4e06-3780-47d2-9c5b-09508e6b10bc",
            "gambit_id": "100da35a-6cc5-43d8-8832-f854be359871",
            "last_updated": "2023-08-29T19:28:16.856701-04:00",
            "created_at": "2023-08-28T08:48:09.310267-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32051b11-a334-409b-a526-b7815790c355/?format=api"
        },
        {
            "id": "3e9de505-1bc2-45ee-90e6-020fae7b441d",
            "gambit_id": "5f3e8d7f-4d09-4ec4-9ad5-336407290488",
            "last_updated": "2023-08-29T19:28:16.860957-04:00",
            "created_at": "2023-08-28T08:48:09.314159-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32051b11-a334-409b-a526-b7815790c355/?format=api"
        }
    ]
}