GET /api/bet_types/67c8725c-565d-4c75-b395-1eb95bc9eab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67c8725c-565d-4c75-b395-1eb95bc9eab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/106c4431-3acb-44fc-b124-528b1ae6620a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:11.371801-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "22f11c6e-0d21-49eb-b2d1-84a8ab322516",
            "gambit_id": "7730feb9-e1b9-45f7-9f1f-f53e028b90c4",
            "last_updated": "2024-01-11T11:18:06.131695-05:00",
            "created_at": "2024-01-10T09:38:11.376397-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c8725c-565d-4c75-b395-1eb95bc9eab4/?format=api"
        },
        {
            "id": "fc744662-79f0-45ba-a221-d4f236cc7496",
            "gambit_id": "d8e56bad-bba0-42c4-9b12-812870d43f61",
            "last_updated": "2024-01-11T11:18:06.135396-05:00",
            "created_at": "2024-01-10T09:38:11.380357-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67c8725c-565d-4c75-b395-1eb95bc9eab4/?format=api"
        }
    ]
}