GET /api/bet_types/0e28fc36-0104-4375-ab97-1369e5630767/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e28fc36-0104-4375-ab97-1369e5630767",
    "match": "https://api-prod.gambitprofit.com/api/matches/234ef3f6-d1a9-4904-964d-b8c213d61b1f/?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 Over 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b79e6883-ce11-4f81-952b-465adfa27c1a",
            "gambit_id": "a6465dc8-0813-41e0-a736-d4c9e73047fe",
            "last_updated": "2022-12-12T10:22:11.982421-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e28fc36-0104-4375-ab97-1369e5630767/?format=api"
        },
        {
            "id": "20777f9a-f97c-4a0c-a64b-5eed3d47ed86",
            "gambit_id": "d8365451-da16-4dc7-b415-df96335aca27",
            "last_updated": "2022-12-12T10:22:11.981363-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e28fc36-0104-4375-ab97-1369e5630767/?format=api"
        }
    ]
}