GET /api/bet_types/870d6d92-ad5b-453b-914a-9ad592540257/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "870d6d92-ad5b-453b-914a-9ad592540257",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eafb138-245f-4579-8c85-f45dd7344da7/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dddbe01e-bb5a-4077-913c-de32a1b810df",
            "gambit_id": "10ab6f83-3050-4b38-ab24-ce07f316176b",
            "last_updated": "2022-12-17T19:37:20.505376-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870d6d92-ad5b-453b-914a-9ad592540257/?format=api"
        },
        {
            "id": "eff745e7-75a0-482d-a6dc-5fd0df68b177",
            "gambit_id": "ce608dd5-02d2-4626-aad4-b09e21c3599c",
            "last_updated": "2022-12-17T19:37:20.506457-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870d6d92-ad5b-453b-914a-9ad592540257/?format=api"
        }
    ]
}