GET /api/bet_types/572b6ac4-4976-48a5-95a7-2996b9bd9d8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "572b6ac4-4976-48a5-95a7-2996b9bd9d8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa9e34b7-97cf-4425-895f-812119ba205b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-24T09:07:59.452695-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": "Boston Celtics",
                "amount": 6546.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "1aefcec3-5c70-43b4-9b07-649c0a7ebf38",
            "gambit_id": "228d68bd-d2a8-4c28-991b-4c3aefbb2024",
            "last_updated": "2023-11-27T10:13:37.645354-05:00",
            "created_at": "2023-11-24T09:07:59.457659-05:00",
            "name": "Boston Celtics",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/572b6ac4-4976-48a5-95a7-2996b9bd9d8e/?format=api"
        },
        {
            "id": "f2066bef-370b-455c-a04d-daccb57bf768",
            "gambit_id": "1bf31d26-b703-4cb2-ab59-52a1b0228567",
            "last_updated": "2023-11-27T10:13:37.648727-05:00",
            "created_at": "2023-11-24T09:07:59.464688-05:00",
            "name": "Orlando Magic",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/572b6ac4-4976-48a5-95a7-2996b9bd9d8e/?format=api"
        }
    ]
}