GET /api/bet_types/e9af9efb-b338-43d0-8632-a1f9f8e8a987/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9af9efb-b338-43d0-8632-a1f9f8e8a987",
    "match": "https://api-prod.gambitprofit.com/api/matches/22381ceb-956c-4d19-a22a-1bc1e730ff26/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:10.179714-04: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": "San Diego State",
                "amount": 5000.0
            },
            {
                "team": "College of Charleston",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "36c9e3bf-99c2-47a5-b20b-7a6ff5749337",
            "gambit_id": "7c27ba32-ef34-41f8-b6e4-12ef47de662f",
            "last_updated": "2023-03-17T10:47:24.932183-04:00",
            "created_at": "2023-03-14T19:52:10.181172-04:00",
            "name": "San Diego State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9af9efb-b338-43d0-8632-a1f9f8e8a987/?format=api"
        },
        {
            "id": "db1eae34-e6e6-42c4-aead-dc44d3f7f979",
            "gambit_id": "a7f69895-41ac-4996-9e53-c77d4203b964",
            "last_updated": "2023-03-17T10:47:24.933779-04:00",
            "created_at": "2023-03-14T19:52:10.182647-04:00",
            "name": "College of Charleston",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9af9efb-b338-43d0-8632-a1f9f8e8a987/?format=api"
        }
    ]
}