GET /api/bet_types/71450cef-193b-466e-99ef-f6352ba14eea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71450cef-193b-466e-99ef-f6352ba14eea",
    "match": "https://api-prod.gambitprofit.com/api/matches/4052172e-6ec3-4084-82f4-3f290e30483c/?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 7",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2a17693-6a3f-42dc-966e-17bedf2c5873",
            "gambit_id": "a7fe54f9-2a6c-426e-a0cd-aa6b5b94f668",
            "last_updated": "2022-10-02T15:17:07.665298-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71450cef-193b-466e-99ef-f6352ba14eea/?format=api"
        },
        {
            "id": "3e515203-5a43-4f23-aa12-8fdec84a51a5",
            "gambit_id": "fdc92c34-4c5f-4cd9-b2f9-ba23e5888568",
            "last_updated": "2022-10-02T15:17:07.664253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71450cef-193b-466e-99ef-f6352ba14eea/?format=api"
        }
    ]
}