GET /api/bet_types/adf835c2-7b91-4395-9dc3-24c47e2067d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adf835c2-7b91-4395-9dc3-24c47e2067d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a42e0199-ebe4-4d35-b616-bd62708eb2d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:25.781409-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": "Colorado Avalanche",
                "amount": 6449.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "748d9dea-c729-4ff1-977a-91bf01092300",
            "gambit_id": "c0942f40-6df3-43f3-acc6-8808c6fce7a6",
            "last_updated": "2024-01-17T22:13:09.121822-05:00",
            "created_at": "2024-01-15T10:23:25.785330-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adf835c2-7b91-4395-9dc3-24c47e2067d7/?format=api"
        },
        {
            "id": "ca459e40-813a-4056-bff7-4c48d33c5d6c",
            "gambit_id": "9a7fd8c5-41b6-41f7-9ab0-3bdf57c6a9e7",
            "last_updated": "2024-01-17T22:13:09.125066-05:00",
            "created_at": "2024-01-15T10:23:25.790051-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adf835c2-7b91-4395-9dc3-24c47e2067d7/?format=api"
        }
    ]
}