GET /api/bet_types/6a85b6ad-5f8d-4424-afa3-cf099b38acf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a85b6ad-5f8d-4424-afa3-cf099b38acf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5c46c6a-17b6-4a0b-9b2f-98bd0acf6931/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T08:26:58.713433-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": "Nashville Predators",
                "amount": 5402.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "e78b6831-1973-463f-9298-97ebf69994b8",
            "gambit_id": "a778ca27-aad8-404a-8a3f-bd08ceac7b2e",
            "last_updated": "2023-01-16T10:02:20.866775-05:00",
            "created_at": "2023-01-14T08:26:58.717305-05:00",
            "name": "Nashville Predators",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a85b6ad-5f8d-4424-afa3-cf099b38acf2/?format=api"
        },
        {
            "id": "5e89ddfe-6420-4a8a-8f65-3d218a98b505",
            "gambit_id": "70788d3d-54db-44a5-809f-0eee0b0a1aa9",
            "last_updated": "2023-01-16T10:02:20.869935-05:00",
            "created_at": "2023-01-14T08:26:58.720033-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a85b6ad-5f8d-4424-afa3-cf099b38acf2/?format=api"
        }
    ]
}