GET /api/bet_types/1ddfa2fa-77d0-4b75-8224-549cd79c040e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ddfa2fa-77d0-4b75-8224-549cd79c040e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cd04297-e31b-4ddf-8427-0098282b6695/?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": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "339c01f3-3137-4730-9a3f-73518dd6f05d",
            "gambit_id": "eef0d0fb-5800-48d5-bab2-35458619c626",
            "last_updated": "2022-11-15T11:02:07.141636-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ddfa2fa-77d0-4b75-8224-549cd79c040e/?format=api"
        },
        {
            "id": "eb7eaa5c-c13e-423d-b92b-cd7d6fd4580e",
            "gambit_id": "4598aef2-89c3-47d3-be1f-3a2ddebab2a5",
            "last_updated": "2022-11-15T11:02:07.140551-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ddfa2fa-77d0-4b75-8224-549cd79c040e/?format=api"
        }
    ]
}