GET /api/bet_types/a1a474c0-cd0e-4656-8851-5a1037375a81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1a474c0-cd0e-4656-8851-5a1037375a81",
    "match": "https://api-prod.gambitprofit.com/api/matches/66b6efba-e691-4aac-8e8b-bd84239d8cee/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Chargers",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "85f96b17-3a5b-48c8-a71b-b75ea1679214",
            "gambit_id": "a4b55ddd-b08e-43c7-8442-da70fdb8a45b",
            "last_updated": "2022-11-21T15:43:28.576541-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1a474c0-cd0e-4656-8851-5a1037375a81/?format=api"
        },
        {
            "id": "dde91014-5453-417b-9d0d-6cdd8dd8f982",
            "gambit_id": "b9cd91fe-711c-4366-9c7e-aa659c99c2f8",
            "last_updated": "2022-11-21T15:43:28.577525-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1a474c0-cd0e-4656-8851-5a1037375a81/?format=api"
        }
    ]
}