GET /api/bet_types/3d268ca5-84c4-443b-afa4-bd01d7599b7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d268ca5-84c4-443b-afa4-bd01d7599b7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ae20e55-99cc-4e82-8448-7d64a1eae749/?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": "Green Bay Packers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "77273b06-adbc-4efe-a421-c7ec49ae98fe",
            "gambit_id": "ab057b09-d41b-4062-8492-8b70eb96758c",
            "last_updated": "2022-08-20T12:17:02.266109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d268ca5-84c4-443b-afa4-bd01d7599b7c/?format=api"
        },
        {
            "id": "2d759057-8a98-43d0-85e9-a07b5919120a",
            "gambit_id": "18e1d389-84a4-4641-b387-e1321a6c6a0b",
            "last_updated": "2022-08-20T12:17:02.266590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d268ca5-84c4-443b-afa4-bd01d7599b7c/?format=api"
        }
    ]
}