GET /api/bet_types/af02cc71-ca93-4b03-83e6-65c8e12a75a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af02cc71-ca93-4b03-83e6-65c8e12a75a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/54b868d6-07e0-4da4-93e3-e0c606999d74/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-01T10:03:03.560334-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 Over 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6eef1fc2-cdd3-40d7-9652-5922568bed6a",
            "gambit_id": "f29ea073-3247-4cb1-b558-860d7937ecb0",
            "last_updated": "2024-01-03T10:48:14.197662-05:00",
            "created_at": "2024-01-01T10:03:03.564885-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af02cc71-ca93-4b03-83e6-65c8e12a75a3/?format=api"
        },
        {
            "id": "27d87489-72b4-4218-a729-990f1fa1f37a",
            "gambit_id": "9a26c8ad-b876-4bf3-9c7c-5be28a6f2479",
            "last_updated": "2024-01-03T10:48:14.200977-05:00",
            "created_at": "2024-01-01T10:03:03.569103-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af02cc71-ca93-4b03-83e6-65c8e12a75a3/?format=api"
        }
    ]
}