GET /api/bet_types/e69bfe8b-6ae3-42f9-afec-cba92a6da616/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e69bfe8b-6ae3-42f9-afec-cba92a6da616",
    "match": "https://api-prod.gambitprofit.com/api/matches/277f2e02-97f7-4fae-add8-2de15d74f391/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-14T13:18:14.797022-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": "Arizona Diamondbacks",
                "amount": 6627.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "14165f86-47cd-4e4e-82bb-e86a8bf6053e",
            "gambit_id": "ff80a697-7d04-4205-9f8c-23ccff0c9833",
            "last_updated": "2023-08-15T18:38:10.921647-04:00",
            "created_at": "2023-08-14T13:18:14.800770-04:00",
            "name": "Arizona Diamondbacks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69bfe8b-6ae3-42f9-afec-cba92a6da616/?format=api"
        },
        {
            "id": "fa8151cf-bcf4-4b0a-a58c-157afe53b8e1",
            "gambit_id": "e03e4323-c146-44e6-badc-2863cae4330b",
            "last_updated": "2023-08-15T18:38:10.925749-04:00",
            "created_at": "2023-08-14T13:18:14.804611-04:00",
            "name": "Colorado Rockies",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69bfe8b-6ae3-42f9-afec-cba92a6da616/?format=api"
        }
    ]
}