GET /api/bet_types/f5b9d6d7-2f12-41f0-ac5d-ac708cd858fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5b9d6d7-2f12-41f0-ac5d-ac708cd858fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/282d9f51-54d5-4a2c-a2de-ec8e614041a9/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-03T08:48:01.807058-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "56dffb34-659a-4708-bd46-8cffa7538688",
            "gambit_id": "b2166155-d9c7-45d1-8f9a-f3793bcbfccf",
            "last_updated": "2024-02-05T14:18:20.925897-05:00",
            "created_at": "2024-02-03T08:48:01.815159-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b9d6d7-2f12-41f0-ac5d-ac708cd858fd/?format=api"
        },
        {
            "id": "d6c1d7a6-e31d-41b4-bc68-1d3692ae914e",
            "gambit_id": "765d95ec-7b18-40bb-bb0b-5d331f045044",
            "last_updated": "2024-02-05T14:18:20.921990-05:00",
            "created_at": "2024-02-03T08:48:01.811062-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b9d6d7-2f12-41f0-ac5d-ac708cd858fd/?format=api"
        }
    ]
}