GET /api/bet_types/fd6d11c4-a0c3-48f3-a1fc-7c53bfe40e48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd6d11c4-a0c3-48f3-a1fc-7c53bfe40e48",
    "match": "https://api-prod.gambitprofit.com/api/matches/363f3168-461e-4e9a-8c47-f19019c95dcb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-23T09:11:56.772731-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff64da10-e830-4cff-8acb-536befee7166",
            "gambit_id": "a3edd6e7-07f5-4fa4-b130-b29415d287d1",
            "last_updated": "2023-01-24T09:41:53.512395-05:00",
            "created_at": "2023-01-23T09:11:56.775322-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd6d11c4-a0c3-48f3-a1fc-7c53bfe40e48/?format=api"
        },
        {
            "id": "feb57424-348f-4c5b-96c7-9b30bfcc5d0d",
            "gambit_id": "63e70aa1-dd7a-403b-b95d-a346d38b7381",
            "last_updated": "2023-01-24T09:41:53.511047-05:00",
            "created_at": "2023-01-23T09:11:56.774046-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd6d11c4-a0c3-48f3-a1fc-7c53bfe40e48/?format=api"
        }
    ]
}