GET /api/bet_types/e240114e-2089-4a80-ae32-18e3a5581334/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e240114e-2089-4a80-ae32-18e3a5581334",
    "match": "https://api-prod.gambitprofit.com/api/matches/368529aa-2fdd-420d-a702-3edbd798aaba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:12.132964-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": "Brooklyn Nets",
                "amount": 6090.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "341a898a-f737-41d9-9856-2dbaed234b65",
            "gambit_id": "101ac9a7-370b-41c0-9b4a-dfd9c47d4582",
            "last_updated": "2024-01-29T22:08:14.540595-05:00",
            "created_at": "2024-01-27T09:18:12.142483-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e240114e-2089-4a80-ae32-18e3a5581334/?format=api"
        },
        {
            "id": "10c15d8d-4f8e-4848-88d1-b41c5ade9a4c",
            "gambit_id": "9af5af1b-e34d-4f63-81a6-b5e0ed84bc4d",
            "last_updated": "2024-01-29T22:08:14.536674-05:00",
            "created_at": "2024-01-27T09:18:12.137643-05:00",
            "name": "Houston Rockets",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e240114e-2089-4a80-ae32-18e3a5581334/?format=api"
        }
    ]
}