GET /api/bet_types/fd1f1211-e10f-407d-82b9-d6cd3e497310/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd1f1211-e10f-407d-82b9-d6cd3e497310",
    "match": "https://api-prod.gambitprofit.com/api/matches/78b3177f-1152-4a0b-af3f-0a76217036e0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T09:22:14.075318-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 6.5",
                "amount": 5599.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e6913a9-3e60-4b5b-a3e5-c46c62740714",
            "gambit_id": "56f67568-7c54-4a93-b5a8-51e35c91534a",
            "last_updated": "2023-03-20T09:41:56.807687-04:00",
            "created_at": "2023-03-18T09:22:14.080454-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1f1211-e10f-407d-82b9-d6cd3e497310/?format=api"
        },
        {
            "id": "f9a8b415-a00c-443a-8f0f-a90248a93331",
            "gambit_id": "489a337e-2379-4961-9a50-0acf8243af79",
            "last_updated": "2023-03-20T09:41:56.805670-04:00",
            "created_at": "2023-03-18T09:22:14.077835-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1f1211-e10f-407d-82b9-d6cd3e497310/?format=api"
        }
    ]
}