GET /api/bet_types/d9a75a30-6361-43c8-92c7-dd117687d2e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9a75a30-6361-43c8-92c7-dd117687d2e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/919680c1-f7f9-45bb-bac7-95934391b63e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:16.011124-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 219",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 219",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6ffcd80-4f03-4f11-bd4b-4fb4ba02f72f",
            "gambit_id": "7af15cf8-d4a9-4153-9177-be90f3dbd7df",
            "last_updated": "2022-12-28T21:37:13.400861-05:00",
            "created_at": "2022-12-27T08:57:16.012280-05:00",
            "name": "Game Total Under 219",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9a75a30-6361-43c8-92c7-dd117687d2e3/?format=api"
        },
        {
            "id": "38722526-c9e3-4be9-989c-f807759fbc59",
            "gambit_id": "ed4fcdf8-70bd-49f0-b29b-0e2da8adc7df",
            "last_updated": "2022-12-28T21:37:13.402091-05:00",
            "created_at": "2022-12-27T08:57:16.013542-05:00",
            "name": "Game Total Over 219",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "219.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9a75a30-6361-43c8-92c7-dd117687d2e3/?format=api"
        }
    ]
}