GET /api/bet_types/f36e84fa-8cb9-4965-9b91-7f3da4924904/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f36e84fa-8cb9-4965-9b91-7f3da4924904",
    "match": "https://api-prod.gambitprofit.com/api/matches/59fa8110-47ff-452c-a348-4e13a1339397/?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": "NYM",
                "amount": 5580.0
            },
            {
                "team": "CHC",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "25888c2e-7345-4971-ab53-62ff6e1d01ba",
            "gambit_id": "434bc2f3-77ef-4a3e-a386-a183915c6d8a",
            "last_updated": "2022-09-13T22:52:05.157156-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f36e84fa-8cb9-4965-9b91-7f3da4924904/?format=api"
        },
        {
            "id": "8795722c-e440-4d87-88ee-c5a4559d356b",
            "gambit_id": "d7236af8-218c-4f54-af3f-be8c102ea162",
            "last_updated": "2022-09-13T22:52:05.158205-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f36e84fa-8cb9-4965-9b91-7f3da4924904/?format=api"
        }
    ]
}