GET /api/bet_types/4add58fc-1674-49cf-a0a0-b0651c716f68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4add58fc-1674-49cf-a0a0-b0651c716f68",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1383ab1-ece9-4733-8926-e350e7cd3679/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:04.306025-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "22762d74-789b-4029-9ae3-b58e098df9f3",
            "gambit_id": "73c9c68b-060a-45d5-b674-323e0bcf4f12",
            "last_updated": "2023-11-10T11:28:24.097650-05:00",
            "created_at": "2023-11-08T08:23:04.320638-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4add58fc-1674-49cf-a0a0-b0651c716f68/?format=api"
        },
        {
            "id": "c1d7e243-0c5c-4c33-8e07-e20378a3875f",
            "gambit_id": "3c2fbbda-fc5e-4c14-ab8d-fbe18ea38a4e",
            "last_updated": "2023-11-10T11:28:24.093929-05:00",
            "created_at": "2023-11-08T08:23:04.312709-05:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4add58fc-1674-49cf-a0a0-b0651c716f68/?format=api"
        }
    ]
}