GET /api/bet_types/1fd779fb-43ad-4d9b-9aa6-0ee4b1ca2f5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fd779fb-43ad-4d9b-9aa6-0ee4b1ca2f5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d990619d-e947-43eb-858e-c5c1300a7db6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-24T09:31:51.910108-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 5.5",
                "amount": 5211.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "c483c2a4-b3ac-4567-bc4f-65170ebc9712",
            "gambit_id": "35fefd94-c4a8-4207-9a3f-4770e5136b28",
            "last_updated": "2023-01-25T14:12:08.785172-05:00",
            "created_at": "2023-01-24T09:31:51.913062-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fd779fb-43ad-4d9b-9aa6-0ee4b1ca2f5e/?format=api"
        },
        {
            "id": "c1c4424b-e0be-433c-9efc-482bb5247107",
            "gambit_id": "468de8a5-1b17-4382-9e89-2daee4c85f2f",
            "last_updated": "2023-01-25T14:12:08.784057-05:00",
            "created_at": "2023-01-24T09:31:51.911585-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fd779fb-43ad-4d9b-9aa6-0ee4b1ca2f5e/?format=api"
        }
    ]
}