GET /api/bet_types/b339f281-489a-4d90-9208-edbd0bebd8f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b339f281-489a-4d90-9208-edbd0bebd8f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f9aefb4-6a6a-4542-8d56-5da4d62bb9c7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-08T09:02:56.106877-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8c76987-4fba-4625-847b-a3e76357d2fa",
            "gambit_id": "89b305e9-a024-4472-b654-1c8aca4054f9",
            "last_updated": "2024-01-10T10:08:15.609044-05:00",
            "created_at": "2024-01-08T09:02:56.110685-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b339f281-489a-4d90-9208-edbd0bebd8f9/?format=api"
        },
        {
            "id": "748c3d92-c086-4db1-a5d7-4b0063971913",
            "gambit_id": "574427e2-9651-4c28-aeff-0b9cfcb9c8bb",
            "last_updated": "2024-01-10T10:08:15.613585-05:00",
            "created_at": "2024-01-08T09:02:56.114658-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b339f281-489a-4d90-9208-edbd0bebd8f9/?format=api"
        }
    ]
}