GET /api/bet_types/f7125e28-ec4a-4e6c-8c44-c24871264cca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7125e28-ec4a-4e6c-8c44-c24871264cca",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b208866-1979-4b33-a361-277ef08def36/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-22T08:23:10.140926-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": 5512.0
            },
            {
                "team": "NYY",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "a364da5a-eb1f-411e-8eb9-4a5b3526ad19",
            "gambit_id": "b919c0c4-2423-415e-9c3e-9ce013d0cdbe",
            "last_updated": "2023-08-23T11:03:24.467015-04:00",
            "created_at": "2023-08-22T08:23:10.151982-04:00",
            "name": "WAS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7125e28-ec4a-4e6c-8c44-c24871264cca/?format=api"
        },
        {
            "id": "550575b3-71b1-42e4-9183-b7e6bcae0319",
            "gambit_id": "9932044e-f1ac-4840-a5d4-bd08be58988b",
            "last_updated": "2023-08-23T11:03:24.470792-04:00",
            "created_at": "2023-08-22T08:23:10.156271-04:00",
            "name": "NYY",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7125e28-ec4a-4e6c-8c44-c24871264cca/?format=api"
        }
    ]
}