GET /api/bet_types/f46b2e50-08b4-409d-8777-3992a6844435/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f46b2e50-08b4-409d-8777-3992a6844435",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad3e3117-35d0-46d5-8f18-a10b30cc4097/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:48:00.359174-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": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d4a332e-2f28-4c66-b695-5742c4e4cc48",
            "gambit_id": "f683ca89-3591-4fb6-896e-bfcac44da1ec",
            "last_updated": "2023-12-21T10:38:21.688562-05:00",
            "created_at": "2023-12-19T08:48:00.367702-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46b2e50-08b4-409d-8777-3992a6844435/?format=api"
        },
        {
            "id": "fc75632e-a8c5-4e97-8710-59b8c5ee11d9",
            "gambit_id": "44aa6bf5-4e35-4e59-8442-fc04de32cec1",
            "last_updated": "2023-12-21T10:38:21.698571-05:00",
            "created_at": "2023-12-19T08:48:00.379519-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46b2e50-08b4-409d-8777-3992a6844435/?format=api"
        }
    ]
}