GET /api/bet_types/4b154fa5-7092-4b83-9e87-78878ad4d2f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b154fa5-7092-4b83-9e87-78878ad4d2f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/26bfe08c-fc13-48e6-b2d2-5f667c9b81ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-21T10:32:03.853982-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 Under 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e84a1c4e-5ce3-4dee-8780-2d2f1699687d",
            "gambit_id": "b6b3b5ee-0d62-4975-a59f-d82bf416f055",
            "last_updated": "2023-03-22T16:51:52.644675-04:00",
            "created_at": "2023-03-21T10:32:03.855867-04:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b154fa5-7092-4b83-9e87-78878ad4d2f6/?format=api"
        },
        {
            "id": "3ae3079b-6f6c-438d-95f5-7e3ad0c8e046",
            "gambit_id": "496a0fa5-7f12-4552-ad07-c46d54b1d9cd",
            "last_updated": "2023-03-22T16:51:52.646942-04:00",
            "created_at": "2023-03-21T10:32:03.857969-04:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b154fa5-7092-4b83-9e87-78878ad4d2f6/?format=api"
        }
    ]
}