GET /api/bet_types/7d06814a-7ad4-412a-8dc6-75b010aa4dfb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d06814a-7ad4-412a-8dc6-75b010aa4dfb",
    "match": "https://api-prod.gambitprofit.com/api/matches/71d8a5f4-0269-4106-9f71-3af582b185c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-21T09:38:08.036229-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": "f68a7b87-655f-42d0-9dfa-4be85ffe7b83",
            "gambit_id": "7b6dd879-abb9-491c-8a65-b221fa46fdaa",
            "last_updated": "2023-10-23T20:33:03.614495-04:00",
            "created_at": "2023-10-21T09:38:08.052151-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/7d06814a-7ad4-412a-8dc6-75b010aa4dfb/?format=api"
        },
        {
            "id": "c5863dda-862b-4229-b873-55e6823f2915",
            "gambit_id": "700f0cc0-9672-411f-975b-e90105155d76",
            "last_updated": "2023-10-23T20:33:03.618038-04:00",
            "created_at": "2023-10-21T09:38:08.065816-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/7d06814a-7ad4-412a-8dc6-75b010aa4dfb/?format=api"
        }
    ]
}