GET /api/bet_types/b454ebaa-9908-4893-9f41-7997bd88dc81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b454ebaa-9908-4893-9f41-7997bd88dc81",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e0afb8e-60fd-42d6-b652-0eccf609df7b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:18.164708-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": "NYY (G Cole)",
                "amount": 6060.0
            },
            {
                "team": "CLE (H Gaddis)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "750dd421-dc55-4719-a80b-3b22224e3b35",
            "gambit_id": "4684375e-5720-4945-abf6-5617b96038c4",
            "last_updated": "2023-04-12T09:57:00.736193-04:00",
            "created_at": "2023-04-11T09:02:18.172971-04:00",
            "name": "NYY (G Cole)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b454ebaa-9908-4893-9f41-7997bd88dc81/?format=api"
        },
        {
            "id": "13d26b86-6866-4092-a7fb-0bf3ee2a51f4",
            "gambit_id": "3111ec17-aae3-4c4a-b8c6-75a5e5f81338",
            "last_updated": "2023-04-12T09:57:00.733813-04:00",
            "created_at": "2023-04-11T09:02:18.168316-04:00",
            "name": "CLE (H Gaddis)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b454ebaa-9908-4893-9f41-7997bd88dc81/?format=api"
        }
    ]
}