GET /api/bet_types/4ef42325-08cc-4ff9-8e6e-59a70e4754cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ef42325-08cc-4ff9-8e6e-59a70e4754cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f41c3ad-937f-4e26-8d6c-d9d1c8e92cb9/?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": "New Orleans Saints",
                "amount": 5660.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4340.0
            }
        ],
        "expected_reward_tokens": 9112.6,
        "profit_sb": 112.6,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "cbf9aa07-bcb8-4f92-8de5-ef1a42c4e9a2",
            "gambit_id": "fdd8fd78-76bd-4147-ad19-ba1f816d50aa",
            "last_updated": "2022-11-21T15:48:08.096189-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ef42325-08cc-4ff9-8e6e-59a70e4754cb/?format=api"
        },
        {
            "id": "26f28cad-c765-4dcf-be2b-a99e365d8500",
            "gambit_id": "b2cf34f9-da92-4799-a856-cee5893b5e93",
            "last_updated": "2022-11-21T15:48:08.097171-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.10000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ef42325-08cc-4ff9-8e6e-59a70e4754cb/?format=api"
        }
    ]
}