GET /api/bet_types/113dda03-d3b5-4b92-b551-dfa509619b67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "113dda03-d3b5-4b92-b551-dfa509619b67",
    "match": "https://api-prod.gambitprofit.com/api/matches/4b6f4a7e-5d03-469e-ace0-58060ad24d5b/?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": 5000.0
            },
            {
                "team": "Boston Bruins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a7443ae-5a27-4726-b2fd-57142b91c3e8",
            "gambit_id": "c9752c2a-6de2-4ed6-bb46-e41f788890ba",
            "last_updated": "2022-10-24T10:22:11.843168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/113dda03-d3b5-4b92-b551-dfa509619b67/?format=api"
        },
        {
            "id": "370d14a4-bd67-4742-aa6f-95f9e501de48",
            "gambit_id": "8e10cdef-c7a0-4b08-a183-aca8079131b1",
            "last_updated": "2022-10-24T10:22:11.842207-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/113dda03-d3b5-4b92-b551-dfa509619b67/?format=api"
        }
    ]
}