GET /api/bet_types/73368545-a18d-43aa-b2f6-54321943ac95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73368545-a18d-43aa-b2f6-54321943ac95",
    "match": "https://api-prod.gambitprofit.com/api/matches/b87b504f-37cb-43e8-8503-a1ff0f5700ea/?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": "Magomed Ankalaev",
                "amount": 7185.0
            },
            {
                "team": "Jan Blachowicz",
                "amount": 2815.0
            }
        ],
        "expected_reward_tokens": 8979.85,
        "profit_sb": -20.15,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "6257b8ad-87d1-45fc-8981-dc3276aed295",
            "gambit_id": "c2b54782-7942-438d-8df4-c81c413eff66",
            "last_updated": "2022-12-24T17:12:25.488431-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Magomed Ankalaev",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73368545-a18d-43aa-b2f6-54321943ac95/?format=api"
        },
        {
            "id": "a0e3b831-12bf-41e9-8346-216655012a3a",
            "gambit_id": "5d0775a1-1708-4637-9584-b6332bbadf87",
            "last_updated": "2022-12-24T17:12:25.489540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jan Blachowicz",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73368545-a18d-43aa-b2f6-54321943ac95/?format=api"
        }
    ]
}