GET /api/bet_types/6428845c-b431-4dfb-9ec1-8c4648d7db31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6428845c-b431-4dfb-9ec1-8c4648d7db31",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a34585-aa16-4835-bc78-bba5bba22e32/?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": "Tampa Bay Lightning",
                "amount": 6862.0
            },
            {
                "team": "New York Rangers",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2349586-17d5-4fc9-a123-5f4d04d53f4f",
            "gambit_id": "9ca28d46-5882-490c-8771-6e6b30f384da",
            "last_updated": "2022-10-12T10:17:00.692166-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6428845c-b431-4dfb-9ec1-8c4648d7db31/?format=api"
        },
        {
            "id": "62028910-a785-4b3d-8b3a-508dfc5e0376",
            "gambit_id": "2c6c03ee-0428-4813-9f25-26d883fa40e4",
            "last_updated": "2022-10-12T10:17:00.691196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6428845c-b431-4dfb-9ec1-8c4648d7db31/?format=api"
        }
    ]
}