GET /api/bet_types/493903e9-106b-4cef-9d15-bf0c6b3cad1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "493903e9-106b-4cef-9d15-bf0c6b3cad1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c09968bd-2759-421f-9e5a-3616e595c324/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T09:32:15.576046-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "069108a1-96f0-45a2-be6e-524dd52522aa",
            "gambit_id": "5ed41226-61fe-4efb-990e-2cc0bdda12a2",
            "last_updated": "2023-04-05T10:12:09.897283-04:00",
            "created_at": "2023-04-04T09:32:15.577493-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/493903e9-106b-4cef-9d15-bf0c6b3cad1a/?format=api"
        },
        {
            "id": "2751cabd-67f9-4a36-86bc-a37f740bfd25",
            "gambit_id": "79296bdc-9fa8-4c30-a5e8-d5349b55f3f3",
            "last_updated": "2023-04-05T10:12:09.899414-04:00",
            "created_at": "2023-04-04T09:32:15.579060-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/493903e9-106b-4cef-9d15-bf0c6b3cad1a/?format=api"
        }
    ]
}