GET /api/bet_types/322e918b-8b26-45a2-b4a3-5760900fef0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "322e918b-8b26-45a2-b4a3-5760900fef0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/33c56e72-66b4-4dc0-950a-451c0c880a92/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-24T09:13:12.078965-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": "Winnipeg Jets",
                "amount": 6449.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "954edc9d-ecae-467d-9d18-b92ee264413d",
            "gambit_id": "e999b32e-b433-4e15-ad6b-d85362bf73c1",
            "last_updated": "2024-01-26T13:18:10.889460-05:00",
            "created_at": "2024-01-24T09:13:12.082482-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/322e918b-8b26-45a2-b4a3-5760900fef0b/?format=api"
        },
        {
            "id": "fa5ea822-f640-48ab-82fe-a5dcc2bdb5f7",
            "gambit_id": "14dcb899-3618-49e0-aa09-a5f464942427",
            "last_updated": "2024-01-26T13:18:10.893827-05:00",
            "created_at": "2024-01-24T09:13:12.089885-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/322e918b-8b26-45a2-b4a3-5760900fef0b/?format=api"
        }
    ]
}