GET /api/bet_types/fccab2e4-e557-4aa6-ba64-2da33dcaa044/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fccab2e4-e557-4aa6-ba64-2da33dcaa044",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b54305f-25f8-4c71-8071-172dfd1945a5/?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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "886cfcec-29c3-4f78-aaec-15f5a715622b",
            "gambit_id": "c554b945-0284-4c71-a710-bacb8abd9e8c",
            "last_updated": "2022-12-01T16:12:22.750407-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fccab2e4-e557-4aa6-ba64-2da33dcaa044/?format=api"
        },
        {
            "id": "ae988275-c470-4e57-b386-9f487b491763",
            "gambit_id": "db26bb69-df71-4a67-95ae-faa8b310f840",
            "last_updated": "2022-12-01T16:12:22.749404-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fccab2e4-e557-4aa6-ba64-2da33dcaa044/?format=api"
        }
    ]
}