GET /api/bet_types/bef741a2-bc2c-45e8-aad0-59c17efc6815/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bef741a2-bc2c-45e8-aad0-59c17efc6815",
    "match": "https://api-prod.gambitprofit.com/api/matches/326b0085-d52d-4f1a-a60a-40e4f96d83d7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:43:00.759123-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": "Las Vegas Raiders",
                "amount": 6154.0
            },
            {
                "team": "Denver Broncos",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "38e6bf12-5ee0-4477-a591-2b667f3ed0a4",
            "gambit_id": "c31d244e-5a79-49c9-95cc-bc487d3174a9",
            "last_updated": "2024-01-09T10:28:28.832789-05:00",
            "created_at": "2024-01-04T09:43:00.766368-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bef741a2-bc2c-45e8-aad0-59c17efc6815/?format=api"
        },
        {
            "id": "3c0fd175-e06e-43e5-8f10-998628ad5700",
            "gambit_id": "277d5559-16e0-4e08-a0d3-184b75b15c67",
            "last_updated": "2024-01-09T10:28:28.829436-05:00",
            "created_at": "2024-01-04T09:43:00.762694-05:00",
            "name": "Denver Broncos",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bef741a2-bc2c-45e8-aad0-59c17efc6815/?format=api"
        }
    ]
}