GET /api/bet_types/d87cc530-77c5-4d55-9e35-7ab2d896330e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d87cc530-77c5-4d55-9e35-7ab2d896330e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e32d210c-0e97-4f01-bfb8-492225a72cc4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:08.257969-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": "Minnesota Timberwolves",
                "amount": 7346.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9474.78,
        "profit_sb": -25.22,
        "profit_sb_percentage": -0.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e8e09a3-b9cb-4fe9-aa69-c4001fec603e",
            "gambit_id": "54ca62be-3d7e-43d3-a55b-d587de92a35a",
            "last_updated": "2023-11-06T09:58:04.723352-05:00",
            "created_at": "2023-11-04T09:48:08.272334-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87cc530-77c5-4d55-9e35-7ab2d896330e/?format=api"
        },
        {
            "id": "667684ab-cd51-4a74-9a1b-0e86d3c66879",
            "gambit_id": "304d3524-1b11-4150-bb83-bdb562568ed7",
            "last_updated": "2023-11-06T09:58:04.720105-05:00",
            "created_at": "2023-11-04T09:48:08.265378-04:00",
            "name": "Utah Jazz",
            "reward": "3.57000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d87cc530-77c5-4d55-9e35-7ab2d896330e/?format=api"
        }
    ]
}