GET /api/bet_types/3acd8b21-1c0f-4c6e-96a7-aa5e7978eff1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3acd8b21-1c0f-4c6e-96a7-aa5e7978eff1",
    "match": "https://api-prod.gambitprofit.com/api/matches/46d17141-7042-4d8e-ac00-fbef7c1cc609/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T09:27:13.505560-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": "Vegas Vipers",
                "amount": 7292.0
            },
            {
                "team": "Orlando Guardians",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ec6e2d2-7fc0-436c-b778-7df791da50df",
            "gambit_id": "be0ac2bc-c150-41c2-a4a7-bfa44e855f7e",
            "last_updated": "2023-03-20T10:12:00.489979-04:00",
            "created_at": "2023-03-18T09:27:13.507954-04:00",
            "name": "Vegas Vipers",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3acd8b21-1c0f-4c6e-96a7-aa5e7978eff1/?format=api"
        },
        {
            "id": "c6bec9e4-2d3e-444c-8b93-4aeac21307e2",
            "gambit_id": "b60dfd94-3a77-4fc7-a52b-6f68d3b2749d",
            "last_updated": "2023-03-20T10:12:00.491899-04:00",
            "created_at": "2023-03-18T09:27:13.510477-04:00",
            "name": "Orlando Guardians",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3acd8b21-1c0f-4c6e-96a7-aa5e7978eff1/?format=api"
        }
    ]
}