GET /api/bet_types/3b959484-03fd-4214-bdce-fae41580dc10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b959484-03fd-4214-bdce-fae41580dc10",
    "match": "https://api-prod.gambitprofit.com/api/matches/bee2d18d-c866-4dcd-8653-893642f572b4/?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": "MIL (E Lauer)",
                "amount": 6030.0
            },
            {
                "team": "MIA (B Garrett)",
                "amount": 3970.0
            }
        ],
        "expected_reward_tokens": 9527.4,
        "profit_sb": 527.4,
        "profit_sb_percentage": 5.86,
        "recommended": true
    },
    "lines": [
        {
            "id": "33fdd224-85f8-4a67-b7fc-4cdeda158948",
            "gambit_id": "6b749a2d-fc5b-489f-b923-4a240b14881f",
            "last_updated": "2022-09-30T09:47:08.727809-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (E Lauer)",
            "reward": "1.58000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b959484-03fd-4214-bdce-fae41580dc10/?format=api"
        },
        {
            "id": "cde81447-f1a1-4eee-9420-55ad9dcd1235",
            "gambit_id": "70f5f817-42f7-4bf7-a1c9-707c840c207c",
            "last_updated": "2022-09-30T09:47:08.726826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (B Garrett)",
            "reward": "2.40000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b959484-03fd-4214-bdce-fae41580dc10/?format=api"
        }
    ]
}