GET /api/bet_types/0f785a85-8e0a-4002-96f7-a16e2b5504c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f785a85-8e0a-4002-96f7-a16e2b5504c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/15f5662a-a618-4217-96be-5fbb951443ec/?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": "SDG",
                "amount": 5760.0
            },
            {
                "team": "LOS",
                "amount": 4240.0
            }
        ],
        "expected_reward_tokens": 9158.4,
        "profit_sb": 158.4,
        "profit_sb_percentage": 1.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "39962a9c-f0b6-48ef-8bab-cfdeb57e0742",
            "gambit_id": "612da8e8-59be-4c0c-a73a-c003d3f9eaef",
            "last_updated": "2022-09-12T10:47:18.845301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f785a85-8e0a-4002-96f7-a16e2b5504c5/?format=api"
        },
        {
            "id": "620d2619-563b-4ccb-af2e-492d93117f23",
            "gambit_id": "28028a29-2348-4200-9f97-f1cd82a7dc93",
            "last_updated": "2022-09-12T10:47:18.846420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.16000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f785a85-8e0a-4002-96f7-a16e2b5504c5/?format=api"
        }
    ]
}