GET /api/bet_types/cb68052c-2a86-4193-b486-fe37f37f74a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb68052c-2a86-4193-b486-fe37f37f74a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/69a0d6b9-0143-4fb6-b01d-d00f06403b73/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-24T10:38:12.800894-04: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": "Los Angeles Angels",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Twins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "47d51f44-4d98-4e50-be4a-bae8f790cb8d",
            "gambit_id": "bd72df6f-d866-4692-8c7a-5d0a372f84fd",
            "last_updated": "2023-09-26T09:22:59.281762-04:00",
            "created_at": "2023-09-24T10:38:12.805023-04:00",
            "name": "Los Angeles Angels",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb68052c-2a86-4193-b486-fe37f37f74a7/?format=api"
        },
        {
            "id": "bfe2551b-3113-4b87-8a68-4cec39b23dd3",
            "gambit_id": "bc6d8380-2426-4f48-b7d0-8ac922dbce06",
            "last_updated": "2023-09-26T09:22:59.286318-04:00",
            "created_at": "2023-09-24T10:38:12.814674-04:00",
            "name": "Minnesota Twins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb68052c-2a86-4193-b486-fe37f37f74a7/?format=api"
        }
    ]
}