GET /api/bet_types/e6fc3b88-82bc-42c3-a71c-670c27cdf9ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6fc3b88-82bc-42c3-a71c-670c27cdf9ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9542557-ded9-4067-9aff-4b8dc950e4cb/?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": "Mississippi State",
                "amount": 7847.0
            },
            {
                "team": "Auburn",
                "amount": 2153.0
            }
        ],
        "expected_reward_tokens": 9257.9,
        "profit_sb": 257.9,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6666a1a-f97a-4191-a601-ac46a8ad606c",
            "gambit_id": "6014b0e9-f771-43dd-856a-0d64b1c66eb2",
            "last_updated": "2022-11-06T16:13:01.534703-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fc3b88-82bc-42c3-a71c-670c27cdf9ce/?format=api"
        },
        {
            "id": "8e036157-239e-4009-9f09-59933ea8e6f4",
            "gambit_id": "cafc3cab-0e4f-4810-aa09-d1d54d2f3d6d",
            "last_updated": "2022-11-06T16:13:01.535662-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Auburn",
            "reward": "4.30000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fc3b88-82bc-42c3-a71c-670c27cdf9ce/?format=api"
        }
    ]
}