GET /api/bet_types/a7014ee6-cbd8-4fa5-ab2d-46ecf869bfde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7014ee6-cbd8-4fa5-ab2d-46ecf869bfde",
    "match": "https://api-prod.gambitprofit.com/api/matches/130449aa-da98-4334-bf0e-d808d129bb71/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-04T10:52:12.343646-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 6.5",
                "amount": 5784.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "aacd0ec0-5dbd-4ebb-a115-458dbd72d22c",
            "gambit_id": "d0e175ed-4f26-4682-949a-ed0c43de9fb2",
            "last_updated": "2023-05-05T11:47:08.738280-04:00",
            "created_at": "2023-05-04T10:52:12.346665-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7014ee6-cbd8-4fa5-ab2d-46ecf869bfde/?format=api"
        },
        {
            "id": "7db5df3f-b6b9-4d87-bf1b-743eacc2508d",
            "gambit_id": "a119f6be-57d0-4e83-946e-e9c533690114",
            "last_updated": "2023-05-05T11:47:08.736872-04:00",
            "created_at": "2023-05-04T10:52:12.345231-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7014ee6-cbd8-4fa5-ab2d-46ecf869bfde/?format=api"
        }
    ]
}