GET /api/bet_types/4b977fd5-d5d0-491f-978a-7bb7c999b46b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b977fd5-d5d0-491f-978a-7bb7c999b46b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbcd2254-746b-4f74-b00f-b0466439325a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-14T09:28:05.138951-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": "Carolina Hurricanes",
                "amount": 5423.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4646a6bd-6f13-49ac-870e-841baf45ef69",
            "gambit_id": "db6a84b8-3e1d-432c-8f98-74776248655f",
            "last_updated": "2023-10-16T17:58:29.313313-04:00",
            "created_at": "2023-10-14T09:28:05.143569-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b977fd5-d5d0-491f-978a-7bb7c999b46b/?format=api"
        },
        {
            "id": "65e1bcd7-7040-43a9-be60-609e1e4f6fa0",
            "gambit_id": "51065d0f-e2af-419c-8192-cf521163deed",
            "last_updated": "2023-10-16T17:58:29.316764-04:00",
            "created_at": "2023-10-14T09:28:05.165597-04:00",
            "name": "Los Angeles Kings",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b977fd5-d5d0-491f-978a-7bb7c999b46b/?format=api"
        }
    ]
}