GET /api/bet_types/7fa17220-8e95-4a88-bfa2-d4e7f44acae5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fa17220-8e95-4a88-bfa2-d4e7f44acae5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d5b3f18-782c-40dc-aab5-24689ca5cfe6/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:22.834041-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "282a1505-281a-404f-a7f3-478a6b25c0da",
            "gambit_id": "5549124c-c82e-48fa-bacf-88735fb2f3e4",
            "last_updated": "2024-01-17T22:28:11.779456-05:00",
            "created_at": "2024-01-15T10:23:22.842407-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa17220-8e95-4a88-bfa2-d4e7f44acae5/?format=api"
        },
        {
            "id": "188db744-fed6-42cb-b2b1-d320d6c06991",
            "gambit_id": "5ca363dc-32d1-4c20-bf72-e358f0d05ce3",
            "last_updated": "2024-01-17T22:28:11.773435-05:00",
            "created_at": "2024-01-15T10:23:22.837805-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa17220-8e95-4a88-bfa2-d4e7f44acae5/?format=api"
        }
    ]
}