GET /api/bet_types/da4130e2-3259-4629-87ca-0daf5394f910/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da4130e2-3259-4629-87ca-0daf5394f910",
    "match": "https://api-prod.gambitprofit.com/api/matches/df9caf49-46d6-4b14-9b74-28f4abb95b26/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T22:23:06.662115-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 Over 1.5",
                "amount": 6602.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 3398.0
            }
        ],
        "expected_reward_tokens": 9242.56,
        "profit_sb": -257.44,
        "profit_sb_percentage": -2.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "3eae0c6f-f705-4d22-85e6-3468579c3f25",
            "gambit_id": "90882b41-e5b5-4d95-a6a2-51a9a872ecb2",
            "last_updated": "2024-01-23T18:38:23.205642-05:00",
            "created_at": "2024-01-19T22:23:06.665600-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da4130e2-3259-4629-87ca-0daf5394f910/?format=api"
        },
        {
            "id": "575e4cee-24c0-41d5-805f-482decdb7e08",
            "gambit_id": "e816753c-f37f-48aa-9a33-faf9b7a14258",
            "last_updated": "2024-01-23T18:38:23.208907-05:00",
            "created_at": "2024-01-19T22:23:06.669696-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da4130e2-3259-4629-87ca-0daf5394f910/?format=api"
        }
    ]
}