GET /api/bet_types/de7c3d1a-c877-4ef2-8970-db56bd7bba11/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de7c3d1a-c877-4ef2-8970-db56bd7bba11",
    "match": "https://api-prod.gambitprofit.com/api/matches/61fe5bc0-6762-4ab0-86ca-f6b7975250cb/?format=api",
    "name": "Play the Odds",
    "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": "San Jose State",
                "amount": 5000.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "25192d00-fc10-45ed-ba4a-8ba0f2b6b421",
            "gambit_id": "26bc8bb1-408c-4d22-aeb6-a38dbd9d405b",
            "last_updated": "2022-12-21T22:42:05.069634-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de7c3d1a-c877-4ef2-8970-db56bd7bba11/?format=api"
        },
        {
            "id": "be983251-8b99-423c-9fb1-137f843dbd8f",
            "gambit_id": "63659a2a-dc3b-46e5-98a7-a6e5d036fa7a",
            "last_updated": "2022-12-21T22:42:05.070954-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de7c3d1a-c877-4ef2-8970-db56bd7bba11/?format=api"
        }
    ]
}