GET /api/bet_types/6aa5b652-c438-4437-9810-8b0101c7115a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aa5b652-c438-4437-9810-8b0101c7115a",
    "match": "https://api-prod.gambitprofit.com/api/matches/831cbae2-4830-48f5-8023-9287c1149028/?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": "MIL",
                "amount": 5096.0
            },
            {
                "team": "ARI",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "0d98b50b-ea32-4e09-9dcf-96f3df6b70d4",
            "gambit_id": "3cc9fde4-682c-41db-9c5c-e7ff6dac0599",
            "last_updated": "2022-09-05T10:16:54.641571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aa5b652-c438-4437-9810-8b0101c7115a/?format=api"
        },
        {
            "id": "8ada2d81-7d06-45d3-b5d1-3f2c226b8ac6",
            "gambit_id": "c92f38e2-535c-4cf0-819d-c28fd96d7768",
            "last_updated": "2022-09-05T10:16:54.640576-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aa5b652-c438-4437-9810-8b0101c7115a/?format=api"
        }
    ]
}