GET /api/bet_types/0e0c5c37-3b48-4b11-a149-c89553093aba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e0c5c37-3b48-4b11-a149-c89553093aba",
    "match": "https://api-prod.gambitprofit.com/api/matches/4cf48fc9-dec5-4170-a026-1aa029c2782c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T08:58:11.538188-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": "47c4eb24-1049-44a6-92d4-d90d11937be7",
            "gambit_id": "3400fde9-7291-4699-b3a5-53d4e40ac06c",
            "last_updated": "2023-10-01T22:23:31.364866-04:00",
            "created_at": "2023-09-30T08:58:11.543562-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/0e0c5c37-3b48-4b11-a149-c89553093aba/?format=api"
        },
        {
            "id": "f3a2c41d-c624-42f3-90d4-1384d45f8189",
            "gambit_id": "467b96de-38fb-495f-866a-1fb2f3c18a54",
            "last_updated": "2023-10-01T22:23:31.368639-04:00",
            "created_at": "2023-09-30T08:58:11.547913-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/0e0c5c37-3b48-4b11-a149-c89553093aba/?format=api"
        }
    ]
}