GET /api/bet_types/2d2f7c67-a219-4d14-8dc1-df78e0c3e007/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d2f7c67-a219-4d14-8dc1-df78e0c3e007",
    "match": "https://api-prod.gambitprofit.com/api/matches/54b91eba-2fb0-4857-8e5d-7d3b28e2d137/?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",
                "amount": 5591.0
            },
            {
                "team": "MIA",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9169.24,
        "profit_sb": 169.24,
        "profit_sb_percentage": 1.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "06014a2b-6e9c-453b-bef0-d33ccc0138e2",
            "gambit_id": "c45b92df-5bdc-4b03-b8bf-97953f2ed101",
            "last_updated": "2022-08-20T11:57:01.510333-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d2f7c67-a219-4d14-8dc1-df78e0c3e007/?format=api"
        },
        {
            "id": "480d1812-2c9b-4a1f-bbdd-2a78ccc18039",
            "gambit_id": "4e25394b-588f-481a-b414-4ef4bbdb9bd0",
            "last_updated": "2022-08-20T11:57:01.509836-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.08000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d2f7c67-a219-4d14-8dc1-df78e0c3e007/?format=api"
        }
    ]
}