GET /api/bet_types/d41f5c1a-dae8-4a15-b1f6-be4ad68412bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d41f5c1a-dae8-4a15-b1f6-be4ad68412bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b58499ba-e904-4ae8-9d48-231e72b8f97b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-04T12:16:54.400462-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": "KAN (B Singer)",
                "amount": 5787.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a224fff-8d2f-4e5e-a789-7be3c31c65ac",
            "gambit_id": "fa04e72b-6e35-4184-b114-0c66680f1ab2",
            "last_updated": "2023-06-05T10:57:25.409754-04:00",
            "created_at": "2023-06-04T12:16:54.405095-04:00",
            "name": "KAN (B Singer)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d41f5c1a-dae8-4a15-b1f6-be4ad68412bd/?format=api"
        },
        {
            "id": "5d145761-fdb0-401f-98f8-fda8de37d0c1",
            "gambit_id": "3151dac4-95c5-40ac-ae69-d09cec0a88fb",
            "last_updated": "2023-06-05T10:57:25.407039-04:00",
            "created_at": "2023-06-04T12:16:54.402684-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d41f5c1a-dae8-4a15-b1f6-be4ad68412bd/?format=api"
        }
    ]
}