GET /api/bet_types/90e45c39-7b96-4744-a6e8-0c3fa6600348/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90e45c39-7b96-4744-a6e8-0c3fa6600348",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b213aff-d81d-4002-a579-95d6b89dd448/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-14T10:57:07.292398-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 Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ce6ef6e-e36f-41ed-909a-78b2c33fbf17",
            "gambit_id": "a3aa6fc5-2fd5-4e2c-bfe0-b917fcd49454",
            "last_updated": "2023-05-15T11:37:01.260032-04:00",
            "created_at": "2023-05-14T10:57:07.295099-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e45c39-7b96-4744-a6e8-0c3fa6600348/?format=api"
        },
        {
            "id": "d91f2259-cad0-4814-824c-e9443c384cc2",
            "gambit_id": "91ecb624-18ef-4013-9af6-ef8e779654cb",
            "last_updated": "2023-05-15T11:37:01.262735-04:00",
            "created_at": "2023-05-14T10:57:07.297656-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90e45c39-7b96-4744-a6e8-0c3fa6600348/?format=api"
        }
    ]
}