GET /api/bet_types/7bf42967-7252-40ad-9719-cc4ad29630d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bf42967-7252-40ad-9719-cc4ad29630d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbefcada-859c-4b78-9f39-46e3774d7046/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "488cc501-adb2-4ae7-b398-6cc1bbc16fae",
            "gambit_id": "2e7f7892-1f72-49af-8be4-014b1a563a21",
            "last_updated": "2022-11-28T11:16:54.552671-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bf42967-7252-40ad-9719-cc4ad29630d2/?format=api"
        },
        {
            "id": "0717108b-c138-454f-b920-94ed35f868b0",
            "gambit_id": "839efa7d-cfbf-445e-a434-b281b6332ad5",
            "last_updated": "2022-11-28T11:16:54.553662-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bf42967-7252-40ad-9719-cc4ad29630d2/?format=api"
        }
    ]
}