GET /api/bet_types/9c77583a-f3f9-4a78-87ba-127201e67119/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c77583a-f3f9-4a78-87ba-127201e67119",
    "match": "https://api-prod.gambitprofit.com/api/matches/415f2c31-5e56-48b4-9c2b-e126f3d12b72/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-08T09:23:26.053943-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": "SDG",
                "amount": 6090.0
            },
            {
                "team": "HOU",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "458c0865-150e-4e1f-85b5-eb0c612bd24f",
            "gambit_id": "acbac0bc-8656-4fbc-a3c2-0d28251f9871",
            "last_updated": "2023-09-09T11:13:27.462871-04:00",
            "created_at": "2023-09-08T09:23:26.057721-04:00",
            "name": "SDG",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c77583a-f3f9-4a78-87ba-127201e67119/?format=api"
        },
        {
            "id": "5da8b0eb-b8a7-4669-aabb-ecd5ed707d4c",
            "gambit_id": "f0e2042c-4603-4a81-ba59-1378bc1ba881",
            "last_updated": "2023-09-09T11:13:27.466220-04:00",
            "created_at": "2023-09-08T09:23:26.061587-04:00",
            "name": "HOU",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c77583a-f3f9-4a78-87ba-127201e67119/?format=api"
        }
    ]
}