GET /api/bet_types/cd5a6867-6e8e-4030-bf56-18afc474212c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd5a6867-6e8e-4030-bf56-18afc474212c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6886d264-5eb7-4a73-817e-9129c4b3b058/?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": "LAA",
                "amount": 5316.0
            },
            {
                "team": "OAK",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "40cff152-abc1-4516-a747-98bfc2ab693a",
            "gambit_id": "92e16747-b563-499d-8cd4-b6b99be2edc3",
            "last_updated": "2022-10-06T10:22:05.060410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd5a6867-6e8e-4030-bf56-18afc474212c/?format=api"
        },
        {
            "id": "18d8c2a6-bf95-4a95-9c92-53ff85bf4637",
            "gambit_id": "09b1763f-1418-42d6-9fed-3b9d92a1592e",
            "last_updated": "2022-10-06T10:22:05.059456-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd5a6867-6e8e-4030-bf56-18afc474212c/?format=api"
        }
    ]
}