GET /api/bet_types/bdccb871-13f6-4f8a-bff5-eb6d5fa88676/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdccb871-13f6-4f8a-bff5-eb6d5fa88676",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5601e97-1b56-4bd2-ac80-bfc2edb9598b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-18T12:13:01.283041-04: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": "San Diego Padres",
                "amount": 7106.0
            },
            {
                "team": "Colorado Rockies",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c6433ef-237f-4306-8c92-b1117e3f24fa",
            "gambit_id": "1ec8e409-f533-4ee3-a052-a89a7849d937",
            "last_updated": "2023-09-20T09:13:05.975413-04:00",
            "created_at": "2023-09-18T12:13:01.288062-04:00",
            "name": "San Diego Padres",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdccb871-13f6-4f8a-bff5-eb6d5fa88676/?format=api"
        },
        {
            "id": "b7a87baa-b75e-4601-bc55-642b689a2a1a",
            "gambit_id": "d819633e-7bda-4c27-b07c-7e0f06acbb9b",
            "last_updated": "2023-09-20T09:13:05.979503-04:00",
            "created_at": "2023-09-18T12:13:01.292028-04:00",
            "name": "Colorado Rockies",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdccb871-13f6-4f8a-bff5-eb6d5fa88676/?format=api"
        }
    ]
}