GET /api/bet_types/8a82cb79-cc71-459a-9e58-b250a2fd71b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a82cb79-cc71-459a-9e58-b250a2fd71b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f3d3a03-5ed9-481b-b1b7-56a2921c36f8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-03T11:32:17.132552-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": "Total Rounds Over 2.5",
                "amount": 6792.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3208.0
            }
        ],
        "expected_reward_tokens": 9303.2,
        "profit_sb": -196.8,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "b67be9f3-c08b-4b4e-949b-8fc7d7184131",
            "gambit_id": "10e58e98-0bed-43df-9f56-60050196ce28",
            "last_updated": "2023-06-05T10:57:23.404815-04:00",
            "created_at": "2023-06-03T11:32:17.135234-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a82cb79-cc71-459a-9e58-b250a2fd71b7/?format=api"
        },
        {
            "id": "18317fc9-d61c-4fc2-8095-7572e89c4e2d",
            "gambit_id": "5712da97-2e28-493a-b870-b4c9b16574de",
            "last_updated": "2023-06-05T10:57:23.406715-04:00",
            "created_at": "2023-06-03T11:32:17.137489-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a82cb79-cc71-459a-9e58-b250a2fd71b7/?format=api"
        }
    ]
}