GET /api/bet_types/2f283cfa-c56d-4b99-9d67-649c3cd68c80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f283cfa-c56d-4b99-9d67-649c3cd68c80",
    "match": "https://api-prod.gambitprofit.com/api/matches/04ab6ab8-595d-482e-a550-0dd432825c93/?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 63",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 63",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7be5e517-b44a-49fa-a3b0-90529c43bd77",
            "gambit_id": "4736d207-90e3-41c3-a233-fdb9e18ce66e",
            "last_updated": "2022-12-19T09:47:18.365045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 63",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f283cfa-c56d-4b99-9d67-649c3cd68c80/?format=api"
        },
        {
            "id": "a1c9c678-b41d-429f-8e5e-e0291362673a",
            "gambit_id": "4bf5e263-e877-4199-84bc-e4c6b2b1b3da",
            "last_updated": "2022-12-19T09:47:18.366135-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 63",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "63.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f283cfa-c56d-4b99-9d67-649c3cd68c80/?format=api"
        }
    ]
}