GET /api/bet_types/ea05ad0a-07ee-479f-a815-965a728a1a48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ea05ad0a-07ee-479f-a815-965a728a1a48",
    "match": "https://api-prod.gambitprofit.com/api/matches/214a3da5-3fdd-4ac2-9efa-94c5ba32725e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T10:27:03.812770-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": "Game Total Over 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ccc7013-f5b2-4746-8a1a-c0acb27f52df",
            "gambit_id": "a2833d8f-a1a3-47b2-8d62-7a9b7a586c63",
            "last_updated": "2023-04-12T09:57:01.532119-04:00",
            "created_at": "2023-04-11T10:27:03.818745-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea05ad0a-07ee-479f-a815-965a728a1a48/?format=api"
        },
        {
            "id": "f4f7eaaf-c53b-4eb3-b41a-8af9c26cdaab",
            "gambit_id": "8879e399-7dcf-4618-b0e4-2a34502e5fc0",
            "last_updated": "2023-04-12T09:57:01.529936-04:00",
            "created_at": "2023-04-11T10:27:03.815900-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ea05ad0a-07ee-479f-a815-965a728a1a48/?format=api"
        }
    ]
}