GET /api/bet_types/fd314f53-075d-4910-839a-ce01eb6e8260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd314f53-075d-4910-839a-ce01eb6e8260",
    "match": "https://api-prod.gambitprofit.com/api/matches/801d2ab1-66ef-45dc-a511-4788eaf9c6fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T10:11:55.294374-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "60e473b4-9b0e-436f-8b46-b3329a7122d8",
            "gambit_id": "cce401d2-5404-4a8c-ad0a-c4b8f60dd925",
            "last_updated": "2023-03-15T14:07:07.130581-04:00",
            "created_at": "2023-03-14T10:11:55.297230-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd314f53-075d-4910-839a-ce01eb6e8260/?format=api"
        },
        {
            "id": "2dd9b68d-6b74-48c2-8fd4-4a8881c7a974",
            "gambit_id": "f6fea7e0-3f82-48a6-9916-6c0e5e0ad74c",
            "last_updated": "2023-03-15T14:07:07.129327-04:00",
            "created_at": "2023-03-14T10:11:55.295788-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd314f53-075d-4910-839a-ce01eb6e8260/?format=api"
        }
    ]
}