GET /api/bet_types/20597e9b-eea9-47bf-97c5-98ca6364358e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20597e9b-eea9-47bf-97c5-98ca6364358e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f3de890-11a8-4a8c-9a61-15e8f1c844ce/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-19T22:23:06.021695-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 2.5",
                "amount": 6183.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": -225.5,
        "profit_sb_percentage": -2.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc401359-df78-4998-83c5-6296ed8f10db",
            "gambit_id": "4d6d3dcd-721d-4732-b386-ecdefe5507df",
            "last_updated": "2024-01-23T18:38:22.769347-05:00",
            "created_at": "2024-01-19T22:23:06.029326-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20597e9b-eea9-47bf-97c5-98ca6364358e/?format=api"
        },
        {
            "id": "d64d6883-0aed-4f74-8ab9-1e41988ec3db",
            "gambit_id": "f89ec425-f532-472c-9d10-4d57343440d8",
            "last_updated": "2024-01-23T18:38:22.766041-05:00",
            "created_at": "2024-01-19T22:23:06.025430-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20597e9b-eea9-47bf-97c5-98ca6364358e/?format=api"
        }
    ]
}