GET /api/bet_types/77cfe73d-9032-4f94-b4a3-8b7bd33c60d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77cfe73d-9032-4f94-b4a3-8b7bd33c60d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2212580c-fca9-4606-ad44-03d6bbbeaac8/?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": "Pittsburgh Penguins",
                "amount": 6869.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3131.0
            }
        ],
        "expected_reward_tokens": 9547.91,
        "profit_sb": 47.91,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "3999697f-fa5d-4726-b846-b20aea6759e8",
            "gambit_id": "49f55c92-5a02-458d-aefe-65018a23ddcc",
            "last_updated": "2022-10-18T09:17:08.118952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77cfe73d-9032-4f94-b4a3-8b7bd33c60d5/?format=api"
        },
        {
            "id": "c770dfdc-8821-42c1-85c8-def61397da97",
            "gambit_id": "5988e177-bf97-4998-a713-2fc462e1c25e",
            "last_updated": "2022-10-18T09:17:08.115897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.05000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77cfe73d-9032-4f94-b4a3-8b7bd33c60d5/?format=api"
        }
    ]
}