GET /api/bet_types/31116780-ad1e-481a-a593-baaff5a353e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31116780-ad1e-481a-a593-baaff5a353e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3631672-f014-4771-9832-0b89b2729102/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:13.811767-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": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "94700ed5-23a3-483e-b142-672b9878d959",
            "gambit_id": "24c64185-bc11-4b29-ad07-e995b72ca26d",
            "last_updated": "2023-12-30T16:23:10.040497-05:00",
            "created_at": "2023-12-28T10:03:13.815954-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31116780-ad1e-481a-a593-baaff5a353e6/?format=api"
        },
        {
            "id": "9403fa94-b9d3-436b-917f-209a09bbb302",
            "gambit_id": "9def450e-6cf3-4a85-b9bf-638b188f7d65",
            "last_updated": "2023-12-30T16:23:10.032757-05:00",
            "created_at": "2023-12-28T10:03:13.820657-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31116780-ad1e-481a-a593-baaff5a353e6/?format=api"
        }
    ]
}