GET /api/bet_types/7e4abe21-3e49-4ff4-acc3-24664bd244ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e4abe21-3e49-4ff4-acc3-24664bd244ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba25761-32d9-46e6-9909-244258db40d5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-04T09:32:18.048742-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd0e629c-4481-4378-ad08-101b23da5c0c",
            "gambit_id": "f55d4441-83ad-44a5-8b77-debe6bba2b9f",
            "last_updated": "2023-04-05T17:32:11.943980-04:00",
            "created_at": "2023-04-04T09:32:18.050094-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-19.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4abe21-3e49-4ff4-acc3-24664bd244ac/?format=api"
        },
        {
            "id": "6bc37c03-052d-40bf-b611-3e9d6530cb14",
            "gambit_id": "471756d0-69d2-4c59-80a6-5f72d696eca5",
            "last_updated": "2023-04-05T17:32:11.945277-04:00",
            "created_at": "2023-04-04T09:32:18.051432-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "19.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e4abe21-3e49-4ff4-acc3-24664bd244ac/?format=api"
        }
    ]
}