GET /api/bet_types/3511443a-b74a-4198-9da1-db3c48cde523/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3511443a-b74a-4198-9da1-db3c48cde523",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7c6ae11-96e6-47fb-9834-e45284320a17/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:12.211295-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": "Calgary Flames",
                "amount": 6942.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "03d312d4-fb57-4cfa-b027-fcd6d41b8fb8",
            "gambit_id": "e2658ded-497b-4016-a48b-af1c4a787120",
            "last_updated": "2023-03-15T13:52:01.034263-04:00",
            "created_at": "2023-03-14T09:37:12.214044-04:00",
            "name": "Calgary Flames",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3511443a-b74a-4198-9da1-db3c48cde523/?format=api"
        },
        {
            "id": "02450bc1-6acd-43a6-a500-14b78a42b048",
            "gambit_id": "868c50c2-6f93-4ce4-b960-d11d4aeb8d0e",
            "last_updated": "2023-03-15T13:52:01.033227-04:00",
            "created_at": "2023-03-14T09:37:12.212627-04:00",
            "name": "Arizona Coyotes",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3511443a-b74a-4198-9da1-db3c48cde523/?format=api"
        }
    ]
}