GET /api/bet_types/b2c3b22b-4840-4931-b651-f96d07d7247d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2c3b22b-4840-4931-b651-f96d07d7247d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab841bee-1b86-43de-8ac1-19050c9120e1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T08:33:11.785271-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": "PHI (M Lorenzen)",
                "amount": 6060.0
            },
            {
                "team": "LAA (T Anderson)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "077175fa-d0f0-4749-ae0c-cad9c53cc691",
            "gambit_id": "f01fd86c-c7f3-4505-b9cd-1cbea7c1351c",
            "last_updated": "2023-08-30T13:37:57.356231-04:00",
            "created_at": "2023-08-29T08:33:11.799574-04:00",
            "name": "PHI (M Lorenzen)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c3b22b-4840-4931-b651-f96d07d7247d/?format=api"
        },
        {
            "id": "2a226d75-0295-4ed5-ac3b-160e6601820c",
            "gambit_id": "98f747dd-d3cd-4614-b5a4-4f6d95b93334",
            "last_updated": "2023-08-30T13:37:57.352729-04:00",
            "created_at": "2023-08-29T08:33:11.793845-04:00",
            "name": "LAA (T Anderson)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c3b22b-4840-4931-b651-f96d07d7247d/?format=api"
        }
    ]
}