GET /api/bet_types/1ff3ebb4-83dc-4239-a739-c6fd94b31122/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ff3ebb4-83dc-4239-a739-c6fd94b31122",
    "match": "https://api-prod.gambitprofit.com/api/matches/cdcc13ce-2ce6-4bf1-b570-98165a2965b6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-20T11:36:57.198243-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 140.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 140.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "de34a3a5-4af5-4980-aced-efb4febbf0e2",
            "gambit_id": "89afafc9-ac2c-4458-98a9-fcf271cddd3d",
            "last_updated": "2023-03-26T13:37:02.637369-04:00",
            "created_at": "2023-03-20T11:36:57.200690-04:00",
            "name": "Game Total Under 140.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "140.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff3ebb4-83dc-4239-a739-c6fd94b31122/?format=api"
        },
        {
            "id": "d76ee5a3-fab7-4ded-ab78-5dd8711604d7",
            "gambit_id": "340c0499-56d4-4fd4-91e8-ae0720f5555f",
            "last_updated": "2023-03-26T13:37:02.639658-04:00",
            "created_at": "2023-03-20T11:36:57.203450-04:00",
            "name": "Game Total Over 140.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "140.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff3ebb4-83dc-4239-a739-c6fd94b31122/?format=api"
        }
    ]
}