GET /api/bet_types/63d4158e-4bfd-4a00-a68a-9484862e53a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63d4158e-4bfd-4a00-a68a-9484862e53a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b53d605-1596-4b83-bf2d-714fe4ee4726/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-01T10:03:02.346132-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": "Houston Rockets",
                "amount": 7714.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2286.0
            }
        ],
        "expected_reward_tokens": 9486.9,
        "profit_sb": -13.1,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "65fcf936-7cd2-4949-90d0-6002920339ef",
            "gambit_id": "0f9edaad-ca04-496a-9a6f-8c7eedb47275",
            "last_updated": "2024-01-03T10:53:14.019730-05:00",
            "created_at": "2024-01-01T10:03:02.353630-05:00",
            "name": "Houston Rockets",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63d4158e-4bfd-4a00-a68a-9484862e53a3/?format=api"
        },
        {
            "id": "41937af7-be79-4df2-8b6e-b7530262190f",
            "gambit_id": "2c2fdb41-ec69-475e-8d8d-3d68cec06e64",
            "last_updated": "2024-01-03T10:53:14.016588-05:00",
            "created_at": "2024-01-01T10:03:02.349672-05:00",
            "name": "Detroit Pistons",
            "reward": "4.15000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63d4158e-4bfd-4a00-a68a-9484862e53a3/?format=api"
        }
    ]
}