GET /api/bet_types/595153f4-a4ab-4df3-a5d2-29d16434de94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "595153f4-a4ab-4df3-a5d2-29d16434de94",
    "match": "https://api-prod.gambitprofit.com/api/matches/85dd32b4-1db0-4533-8a42-ad98f10b0113/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:47:59.650932-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": "TEX",
                "amount": 5939.0
            },
            {
                "team": "LOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "36236bb4-420b-4084-a2dc-567d767ed8a8",
            "gambit_id": "1849f208-5594-4e16-98de-6a3d41be2488",
            "last_updated": "2023-07-24T13:28:10.572390-04:00",
            "created_at": "2023-07-23T11:47:59.658671-04:00",
            "name": "TEX",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/595153f4-a4ab-4df3-a5d2-29d16434de94/?format=api"
        },
        {
            "id": "c49a2071-c238-4f9d-8c54-afff065541a0",
            "gambit_id": "0f595388-d775-413e-b4d9-317bc28c0910",
            "last_updated": "2023-07-24T13:28:10.568905-04:00",
            "created_at": "2023-07-23T11:47:59.654381-04:00",
            "name": "LOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/595153f4-a4ab-4df3-a5d2-29d16434de94/?format=api"
        }
    ]
}