GET /api/bet_types/c495470d-01a5-4a94-b0da-f98b40b04071/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c495470d-01a5-4a94-b0da-f98b40b04071",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3207ffa-2de9-4191-bdad-178b634edb1a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-17T08:58:22.574702-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": "Dallas Stars",
                "amount": 7052.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 2948.0
            }
        ],
        "expected_reward_tokens": 9520.2,
        "profit_sb": 20.2,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "85246120-9427-4ff5-9e50-93e4a2507da7",
            "gambit_id": "65be066a-0768-41c0-93ec-737b1884b4e3",
            "last_updated": "2023-10-18T10:53:26.011109-04:00",
            "created_at": "2023-10-17T08:58:22.578632-04:00",
            "name": "Dallas Stars",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c495470d-01a5-4a94-b0da-f98b40b04071/?format=api"
        },
        {
            "id": "08bf6e08-c980-4a3e-88af-7c623021426e",
            "gambit_id": "0324cb71-bfaa-40e2-9a4d-2b5ad2b34fd9",
            "last_updated": "2023-10-18T10:53:26.014706-04:00",
            "created_at": "2023-10-17T08:58:22.582489-04:00",
            "name": "Vegas Golden Knights",
            "reward": "3.23000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c495470d-01a5-4a94-b0da-f98b40b04071/?format=api"
        }
    ]
}