GET /api/bet_types/0595125a-5224-4420-875f-9f41341532a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0595125a-5224-4420-875f-9f41341532a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d53ad62f-42cd-46c1-8096-23781cb411cb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:01.443968-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "90c6ce0c-bd96-48bf-974b-59769b03d59b",
            "gambit_id": "ba31ff8a-acb7-4285-af94-88db166aa75b",
            "last_updated": "2023-12-29T11:13:30.636968-05:00",
            "created_at": "2023-12-27T09:03:01.457734-05:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0595125a-5224-4420-875f-9f41341532a3/?format=api"
        },
        {
            "id": "43582a25-7db9-41ca-84db-7c6dff4f6f7c",
            "gambit_id": "dc32ced1-da51-460d-ad36-724801f1b2fb",
            "last_updated": "2023-12-29T11:13:30.633573-05:00",
            "created_at": "2023-12-27T09:03:01.449841-05:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0595125a-5224-4420-875f-9f41341532a3/?format=api"
        }
    ]
}