GET /api/bet_types/87f5ff15-5037-4950-987e-4d3ac83941fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87f5ff15-5037-4950-987e-4d3ac83941fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/098fb7aa-36ab-43ef-a69f-6bcd6b4bc259/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T09:23:07.352903-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": "Game Total Over 8.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "536e3c84-225b-495f-ad94-81f574a643ba",
            "gambit_id": "88438d57-202b-43a0-b6fe-140de8fb6c4d",
            "last_updated": "2023-07-03T01:13:10.138475-04:00",
            "created_at": "2023-07-01T09:23:07.355296-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87f5ff15-5037-4950-987e-4d3ac83941fb/?format=api"
        },
        {
            "id": "ec2dc3ae-81cb-45e5-b0e4-0d9164e166ce",
            "gambit_id": "065af35a-edad-4123-b9c1-dda2c918ec3a",
            "last_updated": "2023-07-03T01:13:10.139868-04:00",
            "created_at": "2023-07-01T09:23:07.357808-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87f5ff15-5037-4950-987e-4d3ac83941fb/?format=api"
        }
    ]
}