GET /api/bet_types/a3970a80-1cc6-48ff-9405-d6017490380e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3970a80-1cc6-48ff-9405-d6017490380e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e614a14-c0f9-4a8b-9f9b-33db00f9314a/?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": 6862.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9194.34,
        "profit_sb": 194.34,
        "profit_sb_percentage": 2.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7919c82-78ff-4dde-b4ca-47e827b9659d",
            "gambit_id": "c49bb55a-8407-431a-913e-73b625d7073f",
            "last_updated": "2022-12-15T10:52:00.140563-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3970a80-1cc6-48ff-9405-d6017490380e/?format=api"
        },
        {
            "id": "81209b07-e1dd-4859-bdf1-2f9f851e3cbc",
            "gambit_id": "41dbb4de-507a-447d-9c14-bee08631560f",
            "last_updated": "2022-12-15T10:52:00.142114-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.93000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3970a80-1cc6-48ff-9405-d6017490380e/?format=api"
        }
    ]
}