GET /api/bet_types/698cfc31-dce8-439f-a06e-9085164aa342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "698cfc31-dce8-439f-a06e-9085164aa342",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fcfa436-3410-4654-9cd8-5219175d7de9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T09:23:06.083676-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bd8f79f-d6f8-4216-8944-5114ef2d4c60",
            "gambit_id": "f0fc725d-2dc5-4ce5-815a-2a4d6dead7ce",
            "last_updated": "2023-07-03T01:18:10.786104-04:00",
            "created_at": "2023-07-01T09:23:06.087475-04:00",
            "name": "Game Total Under 9",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/698cfc31-dce8-439f-a06e-9085164aa342/?format=api"
        },
        {
            "id": "96ad1ff0-2df3-4c18-8640-1bee5ef70184",
            "gambit_id": "2057886b-72e2-4209-9a27-b6277f20abbe",
            "last_updated": "2023-07-03T01:18:10.784722-04:00",
            "created_at": "2023-07-01T09:23:06.085465-04:00",
            "name": "Game Total Over 9",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/698cfc31-dce8-439f-a06e-9085164aa342/?format=api"
        }
    ]
}