GET /api/bet_types/eb1d9d92-ff2a-453d-906a-c466aebcaad8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb1d9d92-ff2a-453d-906a-c466aebcaad8",
    "match": "https://api-prod.gambitprofit.com/api/matches/db81eb37-eef2-42bc-b223-cca5737c6c97/?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": "NYM (T Walker)",
                "amount": 5661.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4339.0
            }
        ],
        "expected_reward_tokens": 9284.04,
        "profit_sb": 284.04,
        "profit_sb_percentage": 3.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "7f17a1d1-cc49-4a10-91cd-5e21fc7ea56f",
            "gambit_id": "34035351-81d4-46b5-81af-e251d335370a",
            "last_updated": "2022-09-12T10:57:18.164271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (T Walker)",
            "reward": "1.64000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1d9d92-ff2a-453d-906a-c466aebcaad8/?format=api"
        },
        {
            "id": "fdca106e-22b5-48cd-86dc-8ed915068277",
            "gambit_id": "a9f36126-0d2f-4cb3-9bd4-a4e2d20507a6",
            "last_updated": "2022-09-12T10:57:18.163296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (J Luzardo)",
            "reward": "2.14000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb1d9d92-ff2a-453d-906a-c466aebcaad8/?format=api"
        }
    ]
}