GET /api/bet_types/9ea5cc29-35e3-41c9-a95a-70e97f567dd4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ea5cc29-35e3-41c9-a95a-70e97f567dd4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4f8db1c-49d6-4ca9-b7f1-b79229d8c2a7/?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": "Chidi Njokuani",
                "amount": 5184.0
            },
            {
                "team": "Gregory Rodrigues",
                "amount": 4816.0
            }
        ],
        "expected_reward_tokens": 8812.8,
        "profit_sb": -187.2,
        "profit_sb_percentage": -2.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "d687e2dc-6126-45c3-b4c4-0206972d3aa3",
            "gambit_id": "7afcec17-f873-4cf8-9d35-3aebc906988e",
            "last_updated": "2022-09-19T09:47:28.649466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chidi Njokuani",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ea5cc29-35e3-41c9-a95a-70e97f567dd4/?format=api"
        },
        {
            "id": "2d4021e7-0a17-4871-a4c4-b8d3d845bc9c",
            "gambit_id": "c43dec1a-63f2-4503-aee7-c13569c28692",
            "last_updated": "2022-09-19T09:47:28.650466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Gregory Rodrigues",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ea5cc29-35e3-41c9-a95a-70e97f567dd4/?format=api"
        }
    ]
}