GET /api/bet_types/ce80c819-d426-4d36-b8fb-08ca9b9c48c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce80c819-d426-4d36-b8fb-08ca9b9c48c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cf84d02-1e2c-42c8-9078-6c5c4950ee86/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-29T08:33:12.750990-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": "NYM",
                "amount": 5512.0
            },
            {
                "team": "TEX",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "27a15694-0876-4c72-b5aa-d3431dc21232",
            "gambit_id": "b7ec1d14-2a87-44ea-934f-4908a0e3ed1d",
            "last_updated": "2023-08-30T09:12:55.543290-04:00",
            "created_at": "2023-08-29T08:33:12.758976-04:00",
            "name": "NYM",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce80c819-d426-4d36-b8fb-08ca9b9c48c1/?format=api"
        },
        {
            "id": "8a52b29e-f6ba-4979-a021-d271713ceac9",
            "gambit_id": "4c07c9da-121b-400a-a743-0646833d2e77",
            "last_updated": "2023-08-30T09:12:55.539878-04:00",
            "created_at": "2023-08-29T08:33:12.754801-04:00",
            "name": "TEX",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce80c819-d426-4d36-b8fb-08ca9b9c48c1/?format=api"
        }
    ]
}