GET /api/bet_types/b1b60c70-700f-4c36-942e-c1b104133065/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1b60c70-700f-4c36-942e-c1b104133065",
    "match": "https://api-prod.gambitprofit.com/api/matches/d27355f6-6b18-433e-836b-8b65340ea286/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Total Rounds Under 1.5",
                "amount": 5097.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1954ad6-46ea-4fd4-a8d9-55e22b36c399",
            "gambit_id": "39bfcd30-1d6a-46b2-bd37-50aa6ba5414b",
            "last_updated": "2022-08-15T11:17:19.796043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b60c70-700f-4c36-942e-c1b104133065/?format=api"
        },
        {
            "id": "ed66e3e5-ec22-4a6f-8a3b-0cfb0c06e8dd",
            "gambit_id": "bdcd1f77-ba1c-441e-97e2-9969a4718416",
            "last_updated": "2022-08-15T11:17:19.796544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1b60c70-700f-4c36-942e-c1b104133065/?format=api"
        }
    ]
}