GET /api/bet_types/36f84474-1b6c-4a4e-a6d4-82061045f240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36f84474-1b6c-4a4e-a6d4-82061045f240",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cbc9001-70d4-4a27-9625-3d8880b7277b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-22T11:27:13.940049-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 2.5",
                "amount": 6263.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3737.0
            }
        ],
        "expected_reward_tokens": 9267.76,
        "profit_sb": -232.24,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa579f3b-0b3b-4f69-8a12-2dc7281497f9",
            "gambit_id": "e7c2eebd-10e0-490c-84c0-6c85804ddb2d",
            "last_updated": "2023-05-25T13:47:07.380442-04:00",
            "created_at": "2023-05-22T11:27:13.943861-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f84474-1b6c-4a4e-a6d4-82061045f240/?format=api"
        },
        {
            "id": "3c05c9ff-dbe8-40f7-8f4e-b2724aadeeea",
            "gambit_id": "bd4168b2-7f66-4a05-b067-5dcab2f47d7f",
            "last_updated": "2023-05-25T13:47:07.378048-04:00",
            "created_at": "2023-05-22T11:27:13.942159-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f84474-1b6c-4a4e-a6d4-82061045f240/?format=api"
        }
    ]
}