GET /api/bet_types/a0815620-3990-4a8f-a47b-790fe7ae4bcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0815620-3990-4a8f-a47b-790fe7ae4bcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3198857-850b-40a6-bef3-2ae970b86181/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:03.170468-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": "Sacramento Kings",
                "amount": 6308.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd1585ac-dedc-49e6-85cc-daf649cadb03",
            "gambit_id": "5d901e43-a608-4f8e-91fb-f2548cb4cbb2",
            "last_updated": "2023-12-12T21:43:19.273304-05:00",
            "created_at": "2023-12-11T09:38:03.179658-05:00",
            "name": "Sacramento Kings",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0815620-3990-4a8f-a47b-790fe7ae4bcb/?format=api"
        },
        {
            "id": "a2020ac4-62c1-49ba-9a14-48fd79176144",
            "gambit_id": "4b6699eb-d1f9-45fd-a0d8-9900f0583ee9",
            "last_updated": "2023-12-12T21:43:19.269665-05:00",
            "created_at": "2023-12-11T09:38:03.175545-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0815620-3990-4a8f-a47b-790fe7ae4bcb/?format=api"
        }
    ]
}