GET /api/bet_types/02ac191e-1a18-4c0d-8c09-82f25dc74aa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02ac191e-1a18-4c0d-8c09-82f25dc74aa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d111b294-2b27-4eb4-a926-ea847f45be5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-13T09:08:00.751217-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": "MIA",
                "amount": 6554.0
            },
            {
                "team": "MIL",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "946b99db-e9f4-442f-98ea-b5c80d8f69c4",
            "gambit_id": "e8503aa5-d875-48b5-a988-a6b07c8c79a3",
            "last_updated": "2023-09-15T10:13:23.531016-04:00",
            "created_at": "2023-09-13T09:08:00.754882-04:00",
            "name": "MIA",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02ac191e-1a18-4c0d-8c09-82f25dc74aa1/?format=api"
        },
        {
            "id": "84667281-375a-4412-a9cd-bda842a79d80",
            "gambit_id": "d4245ee8-20fe-4b92-953c-a5cc0ccca4d9",
            "last_updated": "2023-09-15T10:13:23.534219-04:00",
            "created_at": "2023-09-13T09:08:00.760595-04:00",
            "name": "MIL",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02ac191e-1a18-4c0d-8c09-82f25dc74aa1/?format=api"
        }
    ]
}