GET /api/bet_types/b768a91f-40ec-45ae-82ef-994cb85cb9c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b768a91f-40ec-45ae-82ef-994cb85cb9c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2400d2b-39f2-43f5-9c82-f7703fd29216/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:16.138499-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "83e560e3-2018-43c0-b82b-7350da922681",
            "gambit_id": "72c69607-c63a-43c3-a2b5-1d2f7c62208c",
            "last_updated": "2023-04-14T12:02:19.490444-04:00",
            "created_at": "2023-04-13T09:32:16.140001-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b768a91f-40ec-45ae-82ef-994cb85cb9c8/?format=api"
        },
        {
            "id": "4f37b993-c4ae-4c54-8e99-f04be5228271",
            "gambit_id": "728abd4d-502d-4ce9-a2ec-03ae6bfc7e7f",
            "last_updated": "2023-04-14T12:02:19.491759-04:00",
            "created_at": "2023-04-13T09:32:16.141481-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b768a91f-40ec-45ae-82ef-994cb85cb9c8/?format=api"
        }
    ]
}