GET /api/bet_types/3fd17a14-803f-412c-b49b-5b7872c5c6c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fd17a14-803f-412c-b49b-5b7872c5c6c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f90fee3-ab64-4ec2-b65f-920c571bad00/?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 Over 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7c0fe6ce-4cc9-423e-95f4-fe8d29f2571e",
            "gambit_id": "72b02bc7-5fb7-4b18-8e5a-33a44a5e7831",
            "last_updated": "2022-12-12T18:57:23.664275-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd17a14-803f-412c-b49b-5b7872c5c6c4/?format=api"
        },
        {
            "id": "26fa08e9-e0a6-49be-8387-61dccc5d0104",
            "gambit_id": "5aad44bc-ab8a-4d4c-8e5f-87381215f659",
            "last_updated": "2022-12-12T18:57:23.663201-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd17a14-803f-412c-b49b-5b7872c5c6c4/?format=api"
        }
    ]
}