GET /api/bet_types/3898a16d-c2d1-4dcf-b3dd-e04323fb1a15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3898a16d-c2d1-4dcf-b3dd-e04323fb1a15",
    "match": "https://api-prod.gambitprofit.com/api/matches/17c7b637-2c32-4a1c-8ac1-31835ba1bc48/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-05T08:57:56.679207-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c322715-43cc-447d-b325-5ced82f24122",
            "gambit_id": "445e52f9-8633-429a-9702-58cc65afa7aa",
            "last_updated": "2023-12-06T21:58:02.699471-05:00",
            "created_at": "2023-12-05T08:57:56.683832-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3898a16d-c2d1-4dcf-b3dd-e04323fb1a15/?format=api"
        },
        {
            "id": "1c0d353e-7ed8-4cd5-8318-048a14c6b36b",
            "gambit_id": "6d2c90aa-08bc-45e5-a253-d1d27378969c",
            "last_updated": "2023-12-06T21:58:02.703126-05:00",
            "created_at": "2023-12-05T08:57:56.689277-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3898a16d-c2d1-4dcf-b3dd-e04323fb1a15/?format=api"
        }
    ]
}