GET /api/bet_types/1862d8ce-6d08-4664-ae48-1ea2130376b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1862d8ce-6d08-4664-ae48-1ea2130376b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf6f9a17-233e-4777-ab9a-4343f491b8e0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T17:22:10.096601-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": "Carolina Hurricanes",
                "amount": 7858.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2142.0
            }
        ],
        "expected_reward_tokens": 9508.18,
        "profit_sb": 8.18,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "71082dc4-20a9-422c-947a-ae3c2158ca6e",
            "gambit_id": "8648b766-96ee-46fd-92ac-eeab9468c4f9",
            "last_updated": "2023-02-26T11:46:57.577987-05:00",
            "created_at": "2023-02-25T17:22:10.097815-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.21000",
            "odds": "1.21740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1862d8ce-6d08-4664-ae48-1ea2130376b1/?format=api"
        },
        {
            "id": "62d82b5b-0603-4ce9-bc60-e86c9c3fd33f",
            "gambit_id": "a23f4aca-54e8-4566-b0f0-4c8e0af43e40",
            "last_updated": "2023-02-26T11:46:57.579131-05:00",
            "created_at": "2023-02-25T17:22:10.099094-05:00",
            "name": "Anaheim Ducks",
            "reward": "4.44000",
            "odds": "4.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1862d8ce-6d08-4664-ae48-1ea2130376b1/?format=api"
        }
    ]
}