GET /api/bet_types/ccb8df01-1eb6-45e2-abe0-f191ee545cc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccb8df01-1eb6-45e2-abe0-f191ee545cc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf86e12b-9bbc-4569-a338-15e2bfbd538b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-17T08:58:20.041182-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 6",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "7690ee98-26cc-46e4-881d-1b925be941b8",
            "gambit_id": "2fa00a3d-4382-4a32-9af4-95bacba7e529",
            "last_updated": "2023-10-18T10:57:55.119621-04:00",
            "created_at": "2023-10-17T08:58:20.050864-04:00",
            "name": "Game Total Over 6",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb8df01-1eb6-45e2-abe0-f191ee545cc3/?format=api"
        },
        {
            "id": "3724b8be-eed8-4929-940d-cc0473131540",
            "gambit_id": "743bacb1-b6c7-45b6-b0ea-f13ab2739f2f",
            "last_updated": "2023-10-18T10:57:55.123215-04:00",
            "created_at": "2023-10-17T08:58:20.054849-04:00",
            "name": "Game Total Under 6",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccb8df01-1eb6-45e2-abe0-f191ee545cc3/?format=api"
        }
    ]
}