GET /api/bet_types/04eb1b30-9cc8-4fcb-8c5d-c5cbecdf6c7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04eb1b30-9cc8-4fcb-8c5d-c5cbecdf6c7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6be0c2ad-b1f3-48fc-a931-9aea56658218/?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": "Minnesota Wild",
                "amount": 6173.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "15d5642f-6621-4162-9d57-3a49094a2ba5",
            "gambit_id": "3272d12e-d93f-4d3b-8f9e-5787bf7b53a0",
            "last_updated": "2022-10-21T20:52:22.776356-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04eb1b30-9cc8-4fcb-8c5d-c5cbecdf6c7b/?format=api"
        },
        {
            "id": "f12bed29-7603-48ed-b5f0-92a59939d4e8",
            "gambit_id": "054bb5bd-fd75-4ac7-b3d2-91c6ad163f55",
            "last_updated": "2022-10-21T20:52:22.777489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04eb1b30-9cc8-4fcb-8c5d-c5cbecdf6c7b/?format=api"
        }
    ]
}