GET /api/bet_types/65a9e28f-53a9-4e1c-8e7d-203c6ee8d1b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65a9e28f-53a9-4e1c-8e7d-203c6ee8d1b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/666f75cd-13fb-456b-9b62-0189584d2c09/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:24.476983-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "910cb17c-593b-4360-b720-f45739bde119",
            "gambit_id": "2e08dd2f-2a57-48b7-bdb6-b5d8d0c5e0aa",
            "last_updated": "2023-08-14T18:43:06.531165-04:00",
            "created_at": "2023-08-13T10:18:24.480771-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a9e28f-53a9-4e1c-8e7d-203c6ee8d1b7/?format=api"
        },
        {
            "id": "79535db4-48e7-4e5b-bc74-9fcb26a900cb",
            "gambit_id": "164b0be1-d89a-4f48-8b52-f5e4e6f267cf",
            "last_updated": "2023-08-14T18:43:06.535228-04:00",
            "created_at": "2023-08-13T10:18:24.485135-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65a9e28f-53a9-4e1c-8e7d-203c6ee8d1b7/?format=api"
        }
    ]
}