GET /api/bet_types/6fe9144e-f18e-45ca-b3d4-88a4c0f851e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fe9144e-f18e-45ca-b3d4-88a4c0f851e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9e01de5-db24-4752-a927-1331b48b9cb6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:51:51.800500-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": "Ricardo Ramos",
                "amount": 7338.0
            },
            {
                "team": "Austin Lingo",
                "amount": 2662.0
            }
        ],
        "expected_reward_tokens": 9317.0,
        "profit_sb": -183.0,
        "profit_sb_percentage": -1.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "c92e522a-eb58-4ac2-b078-819c09edd9ca",
            "gambit_id": "3c6e28c7-55eb-4686-a990-9abd6436ab91",
            "last_updated": "2023-03-18T18:57:08.013337-04:00",
            "created_at": "2023-03-10T08:51:51.801865-05:00",
            "name": "Ricardo Ramos",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe9144e-f18e-45ca-b3d4-88a4c0f851e5/?format=api"
        },
        {
            "id": "efb8e312-ad22-4d8f-a4af-7e12a7e52edb",
            "gambit_id": "59ffba3b-f6d1-4dc9-a55f-ba146af984d3",
            "last_updated": "2023-03-18T18:57:08.014793-04:00",
            "created_at": "2023-03-10T08:51:51.804160-05:00",
            "name": "Austin Lingo",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe9144e-f18e-45ca-b3d4-88a4c0f851e5/?format=api"
        }
    ]
}