GET /api/bet_types/d9ba297c-e832-4b73-bbf5-58afc719b04d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9ba297c-e832-4b73-bbf5-58afc719b04d",
    "match": "https://api-prod.gambitprofit.com/api/matches/91584485-71d0-435c-97af-0cb4e5df5e8f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-26T11:52:14.863504-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 Over 208.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 208.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6803f0ac-4c80-4de0-875c-a4fb68e8420d",
            "gambit_id": "49e649e1-58bf-4a03-898e-14a845c39efb",
            "last_updated": "2023-05-29T11:47:16.261241-04:00",
            "created_at": "2023-05-26T11:52:14.865462-04:00",
            "name": "Game Total Over 208.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "208.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ba297c-e832-4b73-bbf5-58afc719b04d/?format=api"
        },
        {
            "id": "7c018f7b-c7d0-4fb9-b778-214573fc4824",
            "gambit_id": "5bfe8659-12c8-4c6e-9f2f-752caa7e3c77",
            "last_updated": "2023-05-29T11:47:16.264034-04:00",
            "created_at": "2023-05-26T11:52:14.867996-04:00",
            "name": "Game Total Under 208.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "208.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9ba297c-e832-4b73-bbf5-58afc719b04d/?format=api"
        }
    ]
}