GET /api/bet_types/a3369fea-213d-4be1-a0d6-9b1b32c0d5e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3369fea-213d-4be1-a0d6-9b1b32c0d5e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5bec388-050f-4ebb-afbd-5ac4d741b5de/?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": 5000.0
            },
            {
                "team": "Boston College",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea854089-de5b-48b6-bad6-0aca2589809a",
            "gambit_id": "0b355614-333b-4a4b-bd13-6e1d270fb4a5",
            "last_updated": "2022-10-11T11:32:04.390936-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3369fea-213d-4be1-a0d6-9b1b32c0d5e4/?format=api"
        },
        {
            "id": "d4bbf82a-28ab-4dc8-b60d-9c2ce231164d",
            "gambit_id": "17757be5-92bc-497b-8dc7-3248c12dac4b",
            "last_updated": "2022-10-11T11:32:04.389948-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3369fea-213d-4be1-a0d6-9b1b32c0d5e4/?format=api"
        }
    ]
}