GET /api/bet_types/333c5a1f-3eba-4fd8-9261-82247c406c8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "333c5a1f-3eba-4fd8-9261-82247c406c8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/66ce7c48-0ab1-49d4-9457-2ce9c43b356f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-13T09:23:17.435165-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": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "75f3af0b-9d81-4883-a9e7-57c9addfa6d3",
            "gambit_id": "1d535e06-a2b3-44de-b189-3454e6932af0",
            "last_updated": "2023-10-14T10:13:14.422331-04:00",
            "created_at": "2023-10-13T09:23:17.440344-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/333c5a1f-3eba-4fd8-9261-82247c406c8c/?format=api"
        },
        {
            "id": "4f815349-5b39-4c89-b4ef-c99d8de530ce",
            "gambit_id": "3fc8a6e7-b86b-49bf-8b8a-a0bca81994af",
            "last_updated": "2023-10-14T10:13:14.431766-04:00",
            "created_at": "2023-10-13T09:23:17.454779-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/333c5a1f-3eba-4fd8-9261-82247c406c8c/?format=api"
        }
    ]
}