GET /api/bet_types/bb2135da-d66f-44aa-a2fa-e7d8e6d465a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb2135da-d66f-44aa-a2fa-e7d8e6d465a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3962e1c-66f0-4e27-93fb-77eaf384e25a/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 7.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5333565-730f-4029-8be4-cf6550c3254f",
            "gambit_id": "8fb39983-e42d-4da9-9787-68addc076c1c",
            "last_updated": "2022-08-29T13:02:02.543652-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2135da-d66f-44aa-a2fa-e7d8e6d465a1/?format=api"
        },
        {
            "id": "d5cdd5af-6881-4543-bf09-cd29a15821a6",
            "gambit_id": "d5c6a931-5a0a-442d-bbc6-a292cb44fe4b",
            "last_updated": "2022-08-29T13:02:02.544167-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb2135da-d66f-44aa-a2fa-e7d8e6d465a1/?format=api"
        }
    ]
}