GET /api/bet_types/ab1e8e69-15f0-4680-a414-0b97288b9479/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab1e8e69-15f0-4680-a414-0b97288b9479",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8f03aee-974d-41f9-85c3-bbefcb37335b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-16T09:28:08.350556-05: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": "St Louis Blues",
                "amount": 6659.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "07868990-dabf-487e-a0a5-ef9fa7b6de49",
            "gambit_id": "48adcccd-61d0-460c-abac-27d291e9dbdf",
            "last_updated": "2023-11-17T23:33:06.663847-05:00",
            "created_at": "2023-11-16T09:28:08.356824-05:00",
            "name": "St Louis Blues",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab1e8e69-15f0-4680-a414-0b97288b9479/?format=api"
        },
        {
            "id": "05479cf9-0c61-493e-ba4b-99bca4631b98",
            "gambit_id": "e1bab104-762c-467e-b8df-a530f29b3c82",
            "last_updated": "2023-11-17T23:33:06.667353-05:00",
            "created_at": "2023-11-16T09:28:08.360750-05:00",
            "name": "San Jose Sharks",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab1e8e69-15f0-4680-a414-0b97288b9479/?format=api"
        }
    ]
}