GET /api/bet_types/a6dac15f-8cf3-4cc4-8c65-a3dc0c3b945b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6dac15f-8cf3-4cc4-8c65-a3dc0c3b945b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba147c7a-b0cf-403c-aaba-9c03c71d6c49/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-21T08:53:24.820261-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": "ATL (M Soroka)",
                "amount": 5389.0
            },
            {
                "team": "MIL (F Peralta)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "22382a58-4180-41ca-90a1-c6044a977335",
            "gambit_id": "e6f3b0af-5505-4d11-82df-23c8f36956d8",
            "last_updated": "2023-07-22T09:53:02.708587-04:00",
            "created_at": "2023-07-21T08:53:24.822565-04:00",
            "name": "ATL (M Soroka)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6dac15f-8cf3-4cc4-8c65-a3dc0c3b945b/?format=api"
        },
        {
            "id": "20f1b8f5-89ae-439e-ab55-7e2d72978bdc",
            "gambit_id": "bb937d22-3482-43e8-adab-dceaa8de9cff",
            "last_updated": "2023-07-22T09:53:02.711982-04:00",
            "created_at": "2023-07-21T08:53:24.824999-04:00",
            "name": "MIL (F Peralta)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6dac15f-8cf3-4cc4-8c65-a3dc0c3b945b/?format=api"
        }
    ]
}