GET /api/bet_types/fd7377a3-127b-4971-9b36-8f16196017ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd7377a3-127b-4971-9b36-8f16196017ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d5b3d58-3a4f-4f8c-98d2-d29b7f7322c3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:59.543375-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": "Chris Camozzi",
                "amount": 6405.0
            },
            {
                "team": "Dan Spohn",
                "amount": 3595.0
            }
        ],
        "expected_reward_tokens": 9095.1,
        "profit_sb": -404.9,
        "profit_sb_percentage": -4.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "db44074f-ce45-48a7-b017-3cc6057a7ac2",
            "gambit_id": "46e34073-e8bb-4060-ae53-fb86f1b6bb64",
            "last_updated": "2023-04-30T15:12:10.271662-04:00",
            "created_at": "2023-04-29T16:26:59.546035-04:00",
            "name": "Chris Camozzi",
            "reward": "1.42000",
            "odds": "1.47000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd7377a3-127b-4971-9b36-8f16196017ea/?format=api"
        },
        {
            "id": "99fe68d4-216b-4112-ac5d-527576231fc5",
            "gambit_id": "b37813d9-1f4b-43e6-bb78-51d26f382eb8",
            "last_updated": "2023-04-30T15:12:10.270175-04:00",
            "created_at": "2023-04-29T16:26:59.544732-04:00",
            "name": "Dan Spohn",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd7377a3-127b-4971-9b36-8f16196017ea/?format=api"
        }
    ]
}