GET /api/bet_types/5c0ff07e-aacf-4939-8995-ffb2ca269736/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c0ff07e-aacf-4939-8995-ffb2ca269736",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5c1bb5e-ce7f-4b16-a09b-b7879e14fc0f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-30T11:22:17.925862-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fbab224-8931-4601-818e-a39c67d022a3",
            "gambit_id": "da640a07-125f-4227-a613-45e295f68644",
            "last_updated": "2023-03-31T14:47:31.115011-04:00",
            "created_at": "2023-03-30T11:22:17.929672-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0ff07e-aacf-4939-8995-ffb2ca269736/?format=api"
        },
        {
            "id": "9843fc03-ce05-4d0c-aca7-4e627cd485aa",
            "gambit_id": "f38a4dc3-8545-4dec-bd04-cbbab010008f",
            "last_updated": "2023-03-31T14:47:31.111655-04:00",
            "created_at": "2023-03-30T11:22:17.927870-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0ff07e-aacf-4939-8995-ffb2ca269736/?format=api"
        }
    ]
}