GET /api/bet_types/84c8263a-181b-4be4-9965-e818dbd2856e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84c8263a-181b-4be4-9965-e818dbd2856e",
    "match": "https://api-prod.gambitprofit.com/api/matches/42e6466f-390a-465c-9881-6848c30ffb6d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-08T09:23:23.172659-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8c96f77-b54e-4b5f-b57e-1e6c0752273e",
            "gambit_id": "e15c74a2-abb4-4689-8288-507374cbd5e2",
            "last_updated": "2023-09-09T11:37:58.858302-04:00",
            "created_at": "2023-09-08T09:23:23.176133-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c8263a-181b-4be4-9965-e818dbd2856e/?format=api"
        },
        {
            "id": "465024ae-635a-4dff-9cde-f32e16e45797",
            "gambit_id": "b589b948-d298-4c71-8a1d-71dfde69f3e9",
            "last_updated": "2023-09-09T11:37:58.854890-04:00",
            "created_at": "2023-09-08T09:23:23.183959-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84c8263a-181b-4be4-9965-e818dbd2856e/?format=api"
        }
    ]
}