GET /api/bet_types/26add393-56ba-4b4c-b62b-767e53aa47d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26add393-56ba-4b4c-b62b-767e53aa47d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec67b48-b9c0-4ad1-96cf-49e2adbe483d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T09:17:07.612362-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": "Vegas Golden Knights",
                "amount": 7292.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a902bf5-040f-4e1b-958e-1b0572637374",
            "gambit_id": "d5431ed3-7428-4313-9510-798de1d09c60",
            "last_updated": "2023-03-20T11:42:07.769482-04:00",
            "created_at": "2023-03-19T09:17:07.613773-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26add393-56ba-4b4c-b62b-767e53aa47d5/?format=api"
        },
        {
            "id": "da6b4a45-40ba-4bb1-82c3-2d2e08465a6d",
            "gambit_id": "ac07e09c-bdf9-4791-a83f-1ef4d0844aac",
            "last_updated": "2023-03-20T11:42:07.772851-04:00",
            "created_at": "2023-03-19T09:17:07.615424-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26add393-56ba-4b4c-b62b-767e53aa47d5/?format=api"
        }
    ]
}