GET /api/bet_types/df65d296-a948-4bef-af53-3ff0f886dab5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df65d296-a948-4bef-af53-3ff0f886dab5",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c1abe72-8072-4573-a782-e064753f558e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:11.676777-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "008151e1-e906-4124-8001-bfa18f28eae4",
            "gambit_id": "6ecc1622-6392-483a-9300-3150ce3f3f6d",
            "last_updated": "2023-06-07T10:38:22.562519-04:00",
            "created_at": "2023-06-06T10:57:11.678309-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df65d296-a948-4bef-af53-3ff0f886dab5/?format=api"
        },
        {
            "id": "ec050b27-d884-4a9c-96d6-20659ae2c490",
            "gambit_id": "7c7e0744-6ea3-4075-9f8d-c8d3ff2a2cf0",
            "last_updated": "2023-06-07T10:38:22.564686-04:00",
            "created_at": "2023-06-06T10:57:11.679916-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df65d296-a948-4bef-af53-3ff0f886dab5/?format=api"
        }
    ]
}