GET /api/bet_types/a429d575-600e-47c1-ba97-4e6ea0ccfc6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a429d575-600e-47c1-ba97-4e6ea0ccfc6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/54f5858c-7729-4bc1-9dce-2c70c8249b68/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:01.474171-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "209372b9-6e41-446d-b6b2-5a1d80a4f718",
            "gambit_id": "7ba63cee-24bd-4eb5-b47a-b595d2cb64c6",
            "last_updated": "2023-04-19T13:52:28.312492-04:00",
            "created_at": "2023-04-18T12:12:01.479181-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a429d575-600e-47c1-ba97-4e6ea0ccfc6b/?format=api"
        },
        {
            "id": "66df5c4f-64dc-4f4d-8084-732b4cea913d",
            "gambit_id": "55c4454d-e672-4fce-880f-17049d610557",
            "last_updated": "2023-04-19T13:52:28.309068-04:00",
            "created_at": "2023-04-18T12:12:01.476644-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a429d575-600e-47c1-ba97-4e6ea0ccfc6b/?format=api"
        }
    ]
}