GET /api/bet_types/714d01f7-edd3-40f2-ae0a-e4810145deb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "714d01f7-edd3-40f2-ae0a-e4810145deb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/726d01b2-f868-4dc4-9798-22881b1f9271/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 52.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "630e5ea6-507a-4030-9f09-7eec464081a2",
            "gambit_id": "41f6453f-d765-4e72-8f6d-6f2a4595a674",
            "last_updated": "2022-09-12T10:12:29.404040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/714d01f7-edd3-40f2-ae0a-e4810145deb2/?format=api"
        },
        {
            "id": "7016cc7c-d91e-4dd2-93c7-6f17ccf52b6e",
            "gambit_id": "be8be876-e0ab-4fef-ae23-365741380092",
            "last_updated": "2022-09-12T10:12:29.405016-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "52.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/714d01f7-edd3-40f2-ae0a-e4810145deb2/?format=api"
        }
    ]
}