GET /api/bet_types/b160eee3-6319-4cd8-a1b2-618a0310c35c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b160eee3-6319-4cd8-a1b2-618a0310c35c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d3870da-8cc1-45c4-abfd-57267a187304/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:07:02.834845-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 2.5",
                "amount": 5376.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4624.0
            }
        ],
        "expected_reward_tokens": 9246.72,
        "profit_sb": -253.28,
        "profit_sb_percentage": -2.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f358c0a-08b4-4c3a-b93b-84d1432a7018",
            "gambit_id": "cb59ca28-132d-4899-b789-655b39929e0d",
            "last_updated": "2023-04-24T18:57:05.726038-04:00",
            "created_at": "2023-04-22T13:07:02.839687-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b160eee3-6319-4cd8-a1b2-618a0310c35c/?format=api"
        },
        {
            "id": "aa724469-020f-42c6-938b-47c98f0ed078",
            "gambit_id": "ad5baa68-ba2f-42e4-8725-4d7c497de2c7",
            "last_updated": "2023-04-24T18:57:05.723087-04:00",
            "created_at": "2023-04-22T13:07:02.837188-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b160eee3-6319-4cd8-a1b2-618a0310c35c/?format=api"
        }
    ]
}