GET /api/bet_types/abad2be6-9b8e-437d-a24f-95ee4354bcf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abad2be6-9b8e-437d-a24f-95ee4354bcf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fb03bc1-6ecf-4111-aaad-db9cd096576a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-23T09:07:03.638783-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 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "21a4f99b-b39f-4e37-b5eb-53703d2b08f9",
            "gambit_id": "26a65e3c-9a3e-4b1e-8ff9-08a196ffccf4",
            "last_updated": "2023-02-24T11:47:00.705556-05:00",
            "created_at": "2023-02-23T09:07:03.641297-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abad2be6-9b8e-437d-a24f-95ee4354bcf7/?format=api"
        },
        {
            "id": "527936d9-596c-490b-bd88-48b7fac83746",
            "gambit_id": "531cbc81-c133-4cc1-84a3-84f63ab74d16",
            "last_updated": "2023-02-24T11:47:00.704416-05:00",
            "created_at": "2023-02-23T09:07:03.639993-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abad2be6-9b8e-437d-a24f-95ee4354bcf7/?format=api"
        }
    ]
}