GET /api/bet_types/79606173-e1a4-451c-95ed-a5a58581be19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79606173-e1a4-451c-95ed-a5a58581be19",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5bec388-050f-4ebb-afbd-5ac4d741b5de/?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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "baa0a5e7-7fa9-4947-809f-533b79699940",
            "gambit_id": "9ef5564a-5326-473a-abe8-583f6bd16b72",
            "last_updated": "2022-10-11T11:32:04.383898-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79606173-e1a4-451c-95ed-a5a58581be19/?format=api"
        },
        {
            "id": "48d5f509-aab8-4aaa-9cda-8778d377d25c",
            "gambit_id": "9a721edb-1958-4732-b65c-a59bb3122d65",
            "last_updated": "2022-10-11T11:32:04.384867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79606173-e1a4-451c-95ed-a5a58581be19/?format=api"
        }
    ]
}