GET /api/bet_types/85bd7c00-7bbd-45a6-9227-f71ffcb65c26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85bd7c00-7bbd-45a6-9227-f71ffcb65c26",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7c42980-e7eb-4b8f-9c8e-7e433232bc89/?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": "San Francisco 49ers",
                "amount": 7469.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 2531.0
            }
        ],
        "expected_reward_tokens": 9186.87,
        "profit_sb": 186.87,
        "profit_sb_percentage": 2.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fb5cf80-f72b-47e7-82f9-7a0eec61d905",
            "gambit_id": "8f9185fe-8315-401d-89af-a00361e8e3a7",
            "last_updated": "2022-09-19T10:21:55.765616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bd7c00-7bbd-45a6-9227-f71ffcb65c26/?format=api"
        },
        {
            "id": "a4ed5095-001a-44cb-8fae-aac72cbf6113",
            "gambit_id": "abf4cea6-87cf-48d3-9cae-6f3f189017e6",
            "last_updated": "2022-09-19T10:21:55.766600-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85bd7c00-7bbd-45a6-9227-f71ffcb65c26/?format=api"
        }
    ]
}