GET /api/bet_types/b010f2dd-0edc-48ef-bb50-115f9bd5d4df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b010f2dd-0edc-48ef-bb50-115f9bd5d4df",
    "match": "https://api-prod.gambitprofit.com/api/matches/060bce92-3161-46d5-ba35-40dc8c1be45e/?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": "UAB",
                "amount": 5000.0
            },
            {
                "team": "UTSA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca3f96ba-97d1-4213-bf53-3c724484fde5",
            "gambit_id": "aa1429a1-5d81-4ee8-b682-abcb76e01230",
            "last_updated": "2022-11-06T08:58:20.098229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b010f2dd-0edc-48ef-bb50-115f9bd5d4df/?format=api"
        },
        {
            "id": "3be0407a-9f5e-4592-b4b4-7f9212bea908",
            "gambit_id": "c6e8b7b8-f0ec-4197-bc19-6937e2c24a2c",
            "last_updated": "2022-11-06T08:58:20.099221-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b010f2dd-0edc-48ef-bb50-115f9bd5d4df/?format=api"
        }
    ]
}