GET /api/bet_types/c9c076c6-dfb8-4798-ac92-5f7593d4df30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9c076c6-dfb8-4798-ac92-5f7593d4df30",
    "match": "https://api-prod.gambitprofit.com/api/matches/29cf1c01-1002-4df9-bb60-a249b6b488a7/?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": "Houston",
                "amount": 5000.0
            },
            {
                "team": "South Florida",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc0b2a1d-787e-4b07-bd20-68065200dd64",
            "gambit_id": "c5cc9bb2-2591-4d86-9f57-ef7b290f0d16",
            "last_updated": "2022-10-31T10:52:24.923098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c076c6-dfb8-4798-ac92-5f7593d4df30/?format=api"
        },
        {
            "id": "ce445c1f-a1d7-477a-b6ad-5d501bc58846",
            "gambit_id": "f9377a44-914e-4877-910a-716eca226060",
            "last_updated": "2022-10-31T10:52:24.924027-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Florida",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c076c6-dfb8-4798-ac92-5f7593d4df30/?format=api"
        }
    ]
}