GET /api/bet_types/cd40c693-a85c-48cb-8281-50323964e925/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd40c693-a85c-48cb-8281-50323964e925",
    "match": "https://api-prod.gambitprofit.com/api/matches/bac27a3a-2c58-4cc4-bb68-a2e1658ab9a5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:59.552878-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": "STL (A Wainwright)",
                "amount": 6359.0
            },
            {
                "team": "COL (C Flexen)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d22a404-e5db-4314-8d52-7b1d6c31c3a3",
            "gambit_id": "aeec0a3b-fe75-4f37-bf63-318840c98271",
            "last_updated": "2023-08-05T12:03:15.261835-04:00",
            "created_at": "2023-08-04T08:52:59.561497-04:00",
            "name": "STL (A Wainwright)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd40c693-a85c-48cb-8281-50323964e925/?format=api"
        },
        {
            "id": "102bce2c-bd23-4b94-844a-9a83b0793939",
            "gambit_id": "c4b4ee82-3f2e-48f2-aff0-07dd0efe50d5",
            "last_updated": "2023-08-05T12:03:15.258065-04:00",
            "created_at": "2023-08-04T08:52:59.557228-04:00",
            "name": "COL (C Flexen)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd40c693-a85c-48cb-8281-50323964e925/?format=api"
        }
    ]
}