GET /api/bet_types/2d6377d7-8b67-4edb-9b5b-a0f77055637e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d6377d7-8b67-4edb-9b5b-a0f77055637e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ca8ea36-b969-42ac-8765-928855ab0f5d/?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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d28d9140-6e52-4801-9da3-b7bb603a4a69",
            "gambit_id": "fa5c89a4-c74d-49a4-a1b6-67baef136b46",
            "last_updated": "2022-12-01T10:57:05.418483-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d6377d7-8b67-4edb-9b5b-a0f77055637e/?format=api"
        },
        {
            "id": "ad8d8336-d470-405e-89ba-3522f3df5b1d",
            "gambit_id": "8b1d54fa-3972-4b67-b0bc-dd3cbfa77584",
            "last_updated": "2022-12-01T10:57:05.419441-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d6377d7-8b67-4edb-9b5b-a0f77055637e/?format=api"
        }
    ]
}