GET /api/bet_types/4b706800-8565-474a-8f19-ac9b21ce992a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b706800-8565-474a-8f19-ac9b21ce992a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5ea6049-3b91-40f2-9aab-062996bb7204/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-17T09:27:13.479313-05: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.5",
                "amount": 5431.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "e05623b4-4554-4de3-b3a4-64cd406757a2",
            "gambit_id": "917f49e8-70a1-4f41-91fb-1755e679c52e",
            "last_updated": "2023-01-18T09:32:09.854853-05:00",
            "created_at": "2023-01-17T09:27:13.482022-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b706800-8565-474a-8f19-ac9b21ce992a/?format=api"
        },
        {
            "id": "282ca903-ca53-4b31-95bc-cb1040b81a7e",
            "gambit_id": "f29d068c-79c3-4944-863c-6c750c79a6af",
            "last_updated": "2023-01-18T09:32:09.853704-05:00",
            "created_at": "2023-01-17T09:27:13.480778-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b706800-8565-474a-8f19-ac9b21ce992a/?format=api"
        }
    ]
}