GET /api/bet_types/11f53801-2fc6-4255-bb70-9e29b3160b90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11f53801-2fc6-4255-bb70-9e29b3160b90",
    "match": "https://api-prod.gambitprofit.com/api/matches/6573f208-42b5-4580-806b-f61b31ee2c8e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:14.021198-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "251fe6f9-a531-4870-9b96-859b370edb39",
            "gambit_id": "6b8bb737-a75f-423d-a285-704a94052ba4",
            "last_updated": "2024-01-26T13:23:09.872930-05:00",
            "created_at": "2024-01-24T09:13:14.024950-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f53801-2fc6-4255-bb70-9e29b3160b90/?format=api"
        },
        {
            "id": "514ca755-b5f2-4dee-b8b4-dced0b6d6374",
            "gambit_id": "f7d1fb68-a06b-42b1-aabf-1a50883c0922",
            "last_updated": "2024-01-26T13:23:09.876541-05:00",
            "created_at": "2024-01-24T09:13:14.029366-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f53801-2fc6-4255-bb70-9e29b3160b90/?format=api"
        }
    ]
}