GET /api/bet_types/a63c6225-5061-4a06-8fd6-1d3f970417c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a63c6225-5061-4a06-8fd6-1d3f970417c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd186f95-1676-4668-8e24-efe28c46037d/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:13.776801-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "75d07801-90a5-4d52-adea-55092c304e51",
            "gambit_id": "ff841f91-9156-49ef-8a96-165a38f61470",
            "last_updated": "2024-01-29T22:03:10.331258-05:00",
            "created_at": "2024-01-27T09:18:13.781312-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63c6225-5061-4a06-8fd6-1d3f970417c4/?format=api"
        },
        {
            "id": "22770ecd-5783-4fd2-806e-daf99418135e",
            "gambit_id": "6fa424cf-5c26-478f-aa62-9e0e7e2a372d",
            "last_updated": "2024-01-29T22:03:10.334799-05:00",
            "created_at": "2024-01-27T09:18:13.785805-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63c6225-5061-4a06-8fd6-1d3f970417c4/?format=api"
        }
    ]
}