GET /api/bet_types/cd4ba938-3a85-493a-8d16-eca4834f9085/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd4ba938-3a85-493a-8d16-eca4834f9085",
    "match": "https://api-prod.gambitprofit.com/api/matches/71891e1c-f379-4e00-8413-e80c3b0ba930/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-07T09:07:56.276728-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": "Phoenix Suns",
                "amount": 7280.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "92ed1400-92b7-42bd-a728-ffdab0fc87db",
            "gambit_id": "0ba4d75a-d2fa-4b04-ba0d-cd22319fc7ea",
            "last_updated": "2024-01-09T10:43:23.534156-05:00",
            "created_at": "2024-01-07T09:07:56.284679-05:00",
            "name": "Phoenix Suns",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4ba938-3a85-493a-8d16-eca4834f9085/?format=api"
        },
        {
            "id": "a4c84102-22a0-4dec-87b0-f9b734b80979",
            "gambit_id": "2c64f810-08d0-4725-8dc2-5f4adabe7118",
            "last_updated": "2024-01-09T10:43:23.530709-05:00",
            "created_at": "2024-01-07T09:07:56.280452-05:00",
            "name": "Memphis Grizzlies",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4ba938-3a85-493a-8d16-eca4834f9085/?format=api"
        }
    ]
}