GET /api/bet_types/e503b6ff-9d47-4fb1-aa3b-e5fbd670cdfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e503b6ff-9d47-4fb1-aa3b-e5fbd670cdfc",
    "match": "https://api-prod.gambitprofit.com/api/matches/00eafeb8-8624-42dd-b603-e8cfdc4a125e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "New Orleans Pelicans",
                "amount": 5899.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "adaa8bcf-49f4-451b-b6f6-657fb8f53f1f",
            "gambit_id": "f2ef9a27-6d0b-42bc-8761-deae8b1d5554",
            "last_updated": "2022-12-12T18:57:22.366406-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e503b6ff-9d47-4fb1-aa3b-e5fbd670cdfc/?format=api"
        },
        {
            "id": "2ec9aa3b-31c4-409a-b43d-797ea64fb42e",
            "gambit_id": "95f5d717-5b3a-4cc3-8db3-20c235340504",
            "last_updated": "2022-12-12T18:57:22.367541-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e503b6ff-9d47-4fb1-aa3b-e5fbd670cdfc/?format=api"
        }
    ]
}