GET /api/bet_types/7b1922d2-de31-426c-9274-bc88aa2412c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b1922d2-de31-426c-9274-bc88aa2412c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/8aa47aa7-4c8a-4a59-aafc-c5c633e94872/?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": "b444130f-2e1a-4a17-8164-4585c010a99c",
            "gambit_id": "71c55be3-a07f-4e22-b673-a9f4ff3c59fb",
            "last_updated": "2022-08-24T10:32:13.428159-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/7b1922d2-de31-426c-9274-bc88aa2412c8/?format=api"
        },
        {
            "id": "a428e057-f67c-403b-9548-8350e4cb2b12",
            "gambit_id": "dbfea088-d088-47d8-8ed2-43286cdb2150",
            "last_updated": "2022-08-24T10:32:13.428667-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/7b1922d2-de31-426c-9274-bc88aa2412c8/?format=api"
        }
    ]
}