GET /api/bet_types/3544351e-f31a-4505-b70d-c1d4e2cd3e1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3544351e-f31a-4505-b70d-c1d4e2cd3e1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3407a032-b38c-47b8-99e2-b40d5a6ecd5b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-18T11:47:13.772967-04: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": "CLE",
                "amount": 6020.0
            },
            {
                "team": "CWS",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "08c7371a-da4d-413d-a963-a75d47fe3eb7",
            "gambit_id": "43b7162b-2550-4b63-8573-f632b3fb9115",
            "last_updated": "2023-05-19T11:02:17.262545-04:00",
            "created_at": "2023-05-18T11:47:13.775936-04:00",
            "name": "CLE",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3544351e-f31a-4505-b70d-c1d4e2cd3e1d/?format=api"
        },
        {
            "id": "19b64d50-cade-4687-8b4f-39dfb5c5e981",
            "gambit_id": "11356a70-79d9-4b40-b9fa-15f1707ee15d",
            "last_updated": "2023-05-19T11:02:17.260594-04:00",
            "created_at": "2023-05-18T11:47:13.774317-04:00",
            "name": "CWS",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3544351e-f31a-4505-b70d-c1d4e2cd3e1d/?format=api"
        }
    ]
}