GET /api/bet_types/7a563c2b-cd35-4123-b3a6-7b3239439ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a563c2b-cd35-4123-b3a6-7b3239439ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ee38ef0-3a98-41c0-bd88-f4c452c82949/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-22T08:23:03.120245-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ad52894-830e-4365-b350-93e2ca881a79",
            "gambit_id": "0a014712-6e34-481a-b4a9-0b2a913b1e0e",
            "last_updated": "2023-06-23T14:43:11.195194-04:00",
            "created_at": "2023-06-22T08:23:03.121743-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a563c2b-cd35-4123-b3a6-7b3239439ab6/?format=api"
        },
        {
            "id": "73d4f837-e3be-4ca0-be92-af7fdcccf140",
            "gambit_id": "d1518c1d-962a-4f2f-b93a-ea8d200c1b89",
            "last_updated": "2023-06-23T14:43:11.196847-04:00",
            "created_at": "2023-06-22T08:23:03.123252-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a563c2b-cd35-4123-b3a6-7b3239439ab6/?format=api"
        }
    ]
}