GET /api/bet_types/56879f6b-7f11-45cc-8903-e277b87f0a4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56879f6b-7f11-45cc-8903-e277b87f0a4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/658dd0ba-3cb5-4623-b0d3-7aeb05be5019/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:38:10.359835-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": "Chicago Bulls",
                "amount": 5939.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "8efa1b27-63ca-43d2-b181-9aabe028243f",
            "gambit_id": "02a5e48c-82f9-4633-8294-5b328d3d298f",
            "last_updated": "2024-01-11T11:23:08.821667-05:00",
            "created_at": "2024-01-10T09:38:10.371407-05:00",
            "name": "Chicago Bulls",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56879f6b-7f11-45cc-8903-e277b87f0a4a/?format=api"
        },
        {
            "id": "e4024d9b-0fe7-4c7f-a0d5-a131ec64a0c8",
            "gambit_id": "08558267-b1bf-47c8-80cc-d44c8384a515",
            "last_updated": "2024-01-11T11:23:08.818402-05:00",
            "created_at": "2024-01-10T09:38:10.363683-05:00",
            "name": "Houston Rockets",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56879f6b-7f11-45cc-8903-e277b87f0a4a/?format=api"
        }
    ]
}