GET /api/bet_types/23f2b92f-7757-4899-8f38-06933012348a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23f2b92f-7757-4899-8f38-06933012348a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05d9be9-3181-4f91-9376-582c5949b785/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "41af162c-a38e-4e7d-ba39-1b39b2e8ef8a",
            "gambit_id": "239d19e6-57df-41b7-b1c4-d87dedbda9b6",
            "last_updated": "2022-08-27T12:42:04.208197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23f2b92f-7757-4899-8f38-06933012348a/?format=api"
        },
        {
            "id": "8071041e-9013-4f5b-9008-b5ab7d0a4288",
            "gambit_id": "d3ca1128-a53c-49bb-b1ae-b21eadeb2ad1",
            "last_updated": "2022-08-27T12:42:04.208676-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23f2b92f-7757-4899-8f38-06933012348a/?format=api"
        }
    ]
}