GET /api/bet_types/a3f45aa8-d82e-42c8-ac76-a4b8a5bb5043/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3f45aa8-d82e-42c8-ac76-a4b8a5bb5043",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a49c7d4-ef9f-4d97-b213-9a29415b7e49/?format=api",
    "name": "Play the Odds",
    "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": "Clemson",
                "amount": 5106.0
            },
            {
                "team": "Florida State",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "799c5d7d-df79-4ffc-bf9e-f13127b1d36f",
            "gambit_id": "262c03ee-15b2-438c-be4b-e976d5b23026",
            "last_updated": "2022-10-17T09:56:54.145878-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f45aa8-d82e-42c8-ac76-a4b8a5bb5043/?format=api"
        },
        {
            "id": "0473e770-579b-4075-9a29-472eee56c516",
            "gambit_id": "42445a0d-de00-49b2-aaa8-9fd2ebbff83d",
            "last_updated": "2022-10-17T09:56:54.144927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3f45aa8-d82e-42c8-ac76-a4b8a5bb5043/?format=api"
        }
    ]
}