GET /api/bet_types/26f35a88-4ed6-4ea3-a73e-4ccb1342f7a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26f35a88-4ed6-4ea3-a73e-4ccb1342f7a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8973cc55-7b8e-429d-b080-31302422db84/?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": "Boise State",
                "amount": 5000.0
            },
            {
                "team": "Colorado State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3c41afd-98cf-4609-9186-1d492d4a6855",
            "gambit_id": "48e5e85d-a482-4ae3-8b2c-20d3486e6554",
            "last_updated": "2022-10-31T10:22:22.106106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-25.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f35a88-4ed6-4ea3-a73e-4ccb1342f7a5/?format=api"
        },
        {
            "id": "c471de6b-6411-4f04-a3a9-87a30169f1a2",
            "gambit_id": "4bec29e6-7894-475f-bb60-c0e11e8962e8",
            "last_updated": "2022-10-31T10:22:22.107238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "25.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f35a88-4ed6-4ea3-a73e-4ccb1342f7a5/?format=api"
        }
    ]
}