GET /api/bet_types/9fe748ae-55b6-4095-a14e-d61027824bdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fe748ae-55b6-4095-a14e-d61027824bdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/44fe68a6-ba08-45a3-92db-2fda9ad5fd66/?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": "MIL (C Burnes)",
                "amount": 7229.0
            },
            {
                "team": "PIT (B Wilson)",
                "amount": 2771.0
            }
        ],
        "expected_reward_tokens": 9253.12,
        "profit_sb": 253.12,
        "profit_sb_percentage": 2.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb9752d0-c137-4bc5-8384-3a64c8294302",
            "gambit_id": "586fe56b-d48a-4eee-89ed-e5f715d0e461",
            "last_updated": "2022-08-30T09:47:24.801202-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (C Burnes)",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fe748ae-55b6-4095-a14e-d61027824bdd/?format=api"
        },
        {
            "id": "3ee94836-2b4f-4ebb-b8c1-c8a94ff4ec1c",
            "gambit_id": "0f74e4c5-7fbe-44e5-b452-63d23b3464e8",
            "last_updated": "2022-08-30T09:47:24.801642-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (B Wilson)",
            "reward": "3.34000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fe748ae-55b6-4095-a14e-d61027824bdd/?format=api"
        }
    ]
}