GET /api/bet_types/d1cc36ae-3fca-46ee-b0ed-83b252123b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1cc36ae-3fca-46ee-b0ed-83b252123b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f4af228-4e1c-4657-8a36-de7a65e2fe52/?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": "UTSA",
                "amount": 5000.0
            },
            {
                "team": "Rice",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e9490f1-446d-4609-a139-7cac06706dfe",
            "gambit_id": "1b8963df-6577-4abd-8045-0f29764adc86",
            "last_updated": "2022-11-21T11:58:34.143628-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1cc36ae-3fca-46ee-b0ed-83b252123b3f/?format=api"
        },
        {
            "id": "0a0c8373-0bc4-49cf-a673-ec0a74038f60",
            "gambit_id": "791b0581-58e8-4b54-8c83-9e864b016edb",
            "last_updated": "2022-11-21T11:58:34.142526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1cc36ae-3fca-46ee-b0ed-83b252123b3f/?format=api"
        }
    ]
}