GET /api/bet_types/a8e3bc2d-84a0-4c6d-9f26-31086e7b0295/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8e3bc2d-84a0-4c6d-9f26-31086e7b0295",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a7d77ba-e7d8-43fb-aea8-069e451bc361/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-30T08:18:23.358371-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 Over 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b058497b-1a89-4e96-9786-2ecdbc511517",
            "gambit_id": "3b350af3-dc5c-41cd-81e1-ba8d9e6d1f35",
            "last_updated": "2023-07-31T18:18:09.776947-04:00",
            "created_at": "2023-07-30T08:18:23.365107-04:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e3bc2d-84a0-4c6d-9f26-31086e7b0295/?format=api"
        },
        {
            "id": "33433254-5a03-4f42-b44f-a0a91e847171",
            "gambit_id": "6aa6db1a-6d11-4647-829b-5bc0fcd1a4d5",
            "last_updated": "2023-07-31T18:18:09.781852-04:00",
            "created_at": "2023-07-30T08:18:23.369352-04:00",
            "name": "Game Total Under 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8e3bc2d-84a0-4c6d-9f26-31086e7b0295/?format=api"
        }
    ]
}