GET /api/bet_types/8c58608d-1fc3-4251-bbe1-d811eab389b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c58608d-1fc3-4251-bbe1-d811eab389b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/70ab333c-9582-47ee-a552-b6e12a8755b6/?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": "Dallas Stars",
                "amount": 5316.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "9af81b9f-f9b4-41f3-a7a6-06409205c620",
            "gambit_id": "2f8abf35-41f0-4bb3-802a-81b9283cbd74",
            "last_updated": "2022-10-17T14:12:46.417836-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c58608d-1fc3-4251-bbe1-d811eab389b9/?format=api"
        },
        {
            "id": "199b6cd9-6219-46df-994b-3111b638642f",
            "gambit_id": "6e55ca84-a3a5-4154-bac0-9866250d80af",
            "last_updated": "2022-10-17T14:12:46.418827-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c58608d-1fc3-4251-bbe1-d811eab389b9/?format=api"
        }
    ]
}