GET /api/bet_types/82924739-5bb0-43c9-bc0f-7b60531165f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82924739-5bb0-43c9-bc0f-7b60531165f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5bd3a54-f9d5-44fe-b90b-2f904d1d17d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:12.728992-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "17e56b0c-ad5a-44b8-88fa-39349ece7339",
            "gambit_id": "2f46e149-7352-4e54-88a5-97c92d6e208b",
            "last_updated": "2024-01-31T10:18:30.557312-05:00",
            "created_at": "2024-01-29T09:13:12.732620-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82924739-5bb0-43c9-bc0f-7b60531165f7/?format=api"
        },
        {
            "id": "52143da6-3261-493d-b3a2-a2313d35b39b",
            "gambit_id": "cda5714d-2425-468e-b92d-2d76909152fc",
            "last_updated": "2024-01-31T10:18:30.561183-05:00",
            "created_at": "2024-01-29T09:13:12.736235-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82924739-5bb0-43c9-bc0f-7b60531165f7/?format=api"
        }
    ]
}