GET /api/bet_types/bd6dc490-93ae-4897-bbae-71a457f27b06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd6dc490-93ae-4897-bbae-71a457f27b06",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de2e290-8fdf-4001-af74-e8d3c3aec1dc/?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": "Team Spirit",
                "amount": 5646.0
            },
            {
                "team": "Bad News Eagles",
                "amount": 4354.0
            }
        ],
        "expected_reward_tokens": 8751.3,
        "profit_sb": -248.7,
        "profit_sb_percentage": -2.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "e65e551b-1182-4164-8669-f955b0611157",
            "gambit_id": "82723b76-6687-4c8b-84c0-c935e4ca7adb",
            "last_updated": "2022-11-07T10:28:01.950207-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Spirit",
            "reward": "1.55000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd6dc490-93ae-4897-bbae-71a457f27b06/?format=api"
        },
        {
            "id": "fc7d4564-678f-4601-93f8-710413d384bf",
            "gambit_id": "ceacd75f-fb03-44f7-bc8e-91c2a43d07ec",
            "last_updated": "2022-11-07T10:28:01.949088-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bad News Eagles",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd6dc490-93ae-4897-bbae-71a457f27b06/?format=api"
        }
    ]
}