GET /api/bet_types/ba0cc40c-d25e-4609-8adf-dcd0218802f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba0cc40c-d25e-4609-8adf-dcd0218802f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2acb7706-4839-46d6-a863-9bf66f8fd6ac/?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 6",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "afba8454-3646-4a6c-a493-ac6511ff9adc",
            "gambit_id": "e283dacf-076a-4ae5-b7f0-942c80b2245d",
            "last_updated": "2022-12-08T13:02:14.951036-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0cc40c-d25e-4609-8adf-dcd0218802f2/?format=api"
        },
        {
            "id": "01f51d57-02cc-424c-b0a3-6e57fc2349f4",
            "gambit_id": "a254a2bc-e3a9-4fe3-930a-391bc9c94cfe",
            "last_updated": "2022-12-08T13:02:14.952220-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba0cc40c-d25e-4609-8adf-dcd0218802f2/?format=api"
        }
    ]
}