GET /api/bet_types/166cee71-e076-451a-86b6-e259002e0df5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "166cee71-e076-451a-86b6-e259002e0df5",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c2ade48-1757-4992-92de-9fd7628d77e3/?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": 5207.0
            },
            {
                "team": "LOS",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "963a5194-6739-4a37-b862-0cb535a90be0",
            "gambit_id": "43e9f27c-85b9-4583-9d0c-3ab97ec4d518",
            "last_updated": "2022-09-10T21:52:23.514130-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/166cee71-e076-451a-86b6-e259002e0df5/?format=api"
        },
        {
            "id": "d05694e6-d172-475e-a85c-42c0a9adcc64",
            "gambit_id": "4a04b457-53d1-4b8f-af2b-28fa35923a99",
            "last_updated": "2022-09-10T21:52:23.515115-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/166cee71-e076-451a-86b6-e259002e0df5/?format=api"
        }
    ]
}