GET /api/bet_types/b05466e3-a3fe-48a2-a4bc-8b85ccce2110/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b05466e3-a3fe-48a2-a4bc-8b85ccce2110",
    "match": "https://api-prod.gambitprofit.com/api/matches/de2ac5d3-f285-4c6e-b0c7-4eb10ab2cfd3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:16.890714-04: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": 6241.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "855de3cb-b9fa-40bf-9114-4d1a38f23407",
            "gambit_id": "b5e9baa6-cb55-4421-938a-432d7a3b21af",
            "last_updated": "2023-04-05T17:37:08.689308-04:00",
            "created_at": "2023-04-04T09:32:16.892115-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b05466e3-a3fe-48a2-a4bc-8b85ccce2110/?format=api"
        },
        {
            "id": "caade36c-d1a9-44c7-96eb-5fe541a36dff",
            "gambit_id": "d3e0a83c-c44b-418d-9078-7c0b75683d86",
            "last_updated": "2023-04-05T17:37:08.691372-04:00",
            "created_at": "2023-04-04T09:32:16.893609-04:00",
            "name": "Sacramento Kings",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b05466e3-a3fe-48a2-a4bc-8b85ccce2110/?format=api"
        }
    ]
}