GET /api/bet_types/bc7a93dc-aa78-4a21-be83-5b8c0a5494b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc7a93dc-aa78-4a21-be83-5b8c0a5494b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4acb6bb-49b5-48f8-869d-148df1ddeba6/?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 Under 9",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "52ddce07-a19e-48c3-b8ab-f979aa4e3195",
            "gambit_id": "994fec3e-670a-40eb-923d-9143c6e922b2",
            "last_updated": "2022-08-25T10:22:12.363084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7a93dc-aa78-4a21-be83-5b8c0a5494b5/?format=api"
        },
        {
            "id": "be4bf95c-5b7b-4abd-8ee4-e8456b4012e1",
            "gambit_id": "77281f42-acce-42c0-a7bf-fcc95f0cbcb1",
            "last_updated": "2022-08-25T10:22:12.363565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7a93dc-aa78-4a21-be83-5b8c0a5494b5/?format=api"
        }
    ]
}