GET /api/bet_types/3f5353d8-73df-428e-933f-9f6a28d6052a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f5353d8-73df-428e-933f-9f6a28d6052a",
    "match": "https://api-prod.gambitprofit.com/api/matches/628d1e2d-8d85-4da5-8f0e-d02c02f966aa/?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": "Miami Heat",
                "amount": 6266.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "724a80bb-72d4-4d0f-8847-744dd19c0756",
            "gambit_id": "356ca2b6-2e7e-4b7b-9213-9f21e40d177f",
            "last_updated": "2022-11-03T09:43:21.005979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5353d8-73df-428e-933f-9f6a28d6052a/?format=api"
        },
        {
            "id": "9646535d-edee-444a-98aa-83604eb0a5e1",
            "gambit_id": "6bcd42b3-c728-402e-8256-c06484f89ed3",
            "last_updated": "2022-11-03T09:43:21.006940-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f5353d8-73df-428e-933f-9f6a28d6052a/?format=api"
        }
    ]
}