GET /api/bet_types/255e876e-e7bf-4bfc-b5ed-46ed037e5321/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "255e876e-e7bf-4bfc-b5ed-46ed037e5321",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a2d5a39-847b-4696-837b-87795a1440de/?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": "DET",
                "amount": 5097.0
            },
            {
                "team": "BAL",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "9db1a4a6-3fe4-4a23-afab-2a4b026311a5",
            "gambit_id": "e47f8db3-f12b-48ba-9cfa-91f43fe86b40",
            "last_updated": "2022-09-20T16:07:13.147583-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/255e876e-e7bf-4bfc-b5ed-46ed037e5321/?format=api"
        },
        {
            "id": "0dd08ccd-891a-4bf8-9a49-9e47d4d8a89a",
            "gambit_id": "6f090b27-bd18-41d1-8472-d0cc65d339d4",
            "last_updated": "2022-09-20T16:07:13.146523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/255e876e-e7bf-4bfc-b5ed-46ed037e5321/?format=api"
        }
    ]
}