GET /api/bet_types/471d2e03-97c9-438d-b409-9e4d9e807c5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "471d2e03-97c9-438d-b409-9e4d9e807c5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7369b92-a456-4405-9382-6c5fb3c38cfe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-17T10:28:00.755134-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fbc21e9-94b8-4de5-b923-a8ccbe3a8bf7",
            "gambit_id": "28c8121b-7e6a-4d24-92d2-e56059842a57",
            "last_updated": "2023-09-18T23:03:08.682337-04:00",
            "created_at": "2023-09-17T10:28:00.763352-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/471d2e03-97c9-438d-b409-9e4d9e807c5d/?format=api"
        },
        {
            "id": "7b9a9171-ea74-48d1-b753-d31255522fa0",
            "gambit_id": "339fbd01-2816-47d9-a685-263691aa7fae",
            "last_updated": "2023-09-18T23:03:08.678392-04:00",
            "created_at": "2023-09-17T10:28:00.759298-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/471d2e03-97c9-438d-b409-9e4d9e807c5d/?format=api"
        }
    ]
}