GET /api/bet_types/31bed1ca-4c16-497c-aa86-62c9dec707da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31bed1ca-4c16-497c-aa86-62c9dec707da",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ff994af-465a-4710-83be-21cf61b8fcb2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T09:07:02.571987-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": "Pittsburgh Penguins",
                "amount": 6104.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa7a0d1b-fbc3-4519-b5da-e8e9da587384",
            "gambit_id": "fb65e3b9-ec65-4ba8-8899-579d015db079",
            "last_updated": "2023-02-26T11:51:59.181288-05:00",
            "created_at": "2023-02-25T09:07:02.576323-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31bed1ca-4c16-497c-aa86-62c9dec707da/?format=api"
        },
        {
            "id": "0ec0cfba-2acd-4b6d-9cb3-a6b918bcae90",
            "gambit_id": "a98f39cc-3c72-46de-aebc-cd47b8189643",
            "last_updated": "2023-02-26T11:51:59.180138-05:00",
            "created_at": "2023-02-25T09:07:02.574844-05:00",
            "name": "St Louis Blues",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31bed1ca-4c16-497c-aa86-62c9dec707da/?format=api"
        }
    ]
}