GET /api/bet_types/304f5d0e-669c-4f3f-977a-a940b6bb8017/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "304f5d0e-669c-4f3f-977a-a940b6bb8017",
    "match": "https://api-prod.gambitprofit.com/api/matches/91056237-d53c-452c-bf66-7b836bbbde7e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-06T11:51:57.626046-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8cd003c-75fa-4fe5-b0e9-75c8b34aab89",
            "gambit_id": "07ec7d72-51a3-4f9b-81c3-212991eaa729",
            "last_updated": "2023-05-07T11:57:21.051383-04:00",
            "created_at": "2023-05-06T11:51:57.629607-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304f5d0e-669c-4f3f-977a-a940b6bb8017/?format=api"
        },
        {
            "id": "bdc8804d-8c65-4b96-a333-20c1d8161a12",
            "gambit_id": "32250219-2c25-439f-a7d5-c23cc4b05eb9",
            "last_updated": "2023-05-07T11:57:21.049907-04:00",
            "created_at": "2023-05-06T11:51:57.627990-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304f5d0e-669c-4f3f-977a-a940b6bb8017/?format=api"
        }
    ]
}