GET /api/bet_types/bacf194e-62b7-457c-83b6-c9109df745d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bacf194e-62b7-457c-83b6-c9109df745d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/72f3966f-5ce0-4889-90c7-91bcd08c8159/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Louisville",
                "amount": 5212.0
            },
            {
                "team": "Pittsburgh",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "54b376e9-d766-45e6-b8ef-d3a0830d7ce3",
            "gambit_id": "b48ca057-3325-4f36-9efa-ef8b3d4babcc",
            "last_updated": "2022-10-23T21:41:54.329717-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bacf194e-62b7-457c-83b6-c9109df745d1/?format=api"
        },
        {
            "id": "8eeb7390-7835-4fd8-959b-b476a1cb56c1",
            "gambit_id": "e4dcb7c7-a76d-4bd7-850f-ea12d4276ff0",
            "last_updated": "2022-10-23T21:41:54.330746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bacf194e-62b7-457c-83b6-c9109df745d1/?format=api"
        }
    ]
}