GET /api/bet_types/03d28118-53e6-4130-9584-a31e0b7f1b4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03d28118-53e6-4130-9584-a31e0b7f1b4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/88d5e4a4-292c-4223-8f7e-b6d86a5f4c45/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-05T08:42:57.932497-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": "WAS",
                "amount": 6010.0
            },
            {
                "team": "CIN",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5057e13-32ed-4289-bb0e-477c4d6b7a0b",
            "gambit_id": "5c425f2f-c97d-4f70-b74c-a0cb6d47a8b1",
            "last_updated": "2023-07-06T12:28:23.549338-04:00",
            "created_at": "2023-07-05T08:42:57.937569-04:00",
            "name": "WAS",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03d28118-53e6-4130-9584-a31e0b7f1b4e/?format=api"
        },
        {
            "id": "98153144-490d-4c7a-bf0d-8504f1228731",
            "gambit_id": "74a1cb92-0e25-403e-88ea-cb874229c15d",
            "last_updated": "2023-07-06T12:28:23.547139-04:00",
            "created_at": "2023-07-05T08:42:57.934987-04:00",
            "name": "CIN",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03d28118-53e6-4130-9584-a31e0b7f1b4e/?format=api"
        }
    ]
}