GET /api/bet_types/4edf61aa-cce5-4043-93c1-5a6805187567/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4edf61aa-cce5-4043-93c1-5a6805187567",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bdcfb85-0fef-4a72-901b-b0c1ceedcc22/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:12.526364-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a686e55-6c68-4964-b927-7cc90108fd79",
            "gambit_id": "6b25ff04-6247-4536-acbb-a7f09a61d49f",
            "last_updated": "2024-01-19T12:08:16.607343-05:00",
            "created_at": "2024-01-17T09:28:12.538984-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4edf61aa-cce5-4043-93c1-5a6805187567/?format=api"
        },
        {
            "id": "04311cbf-927b-46f8-8abf-8cae470b4843",
            "gambit_id": "4892059e-d72f-46c3-b79c-d4cdd96c4204",
            "last_updated": "2024-01-19T12:08:16.602915-05:00",
            "created_at": "2024-01-17T09:28:12.533415-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4edf61aa-cce5-4043-93c1-5a6805187567/?format=api"
        }
    ]
}