GET /api/bet_types/033d8a6a-3ced-4cac-b965-15f0d7f6bb78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "033d8a6a-3ced-4cac-b965-15f0d7f6bb78",
    "match": "https://api-prod.gambitprofit.com/api/matches/56654149-112c-4af7-a63a-4ca236104deb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:01.135226-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": "Edmonton Oilers",
                "amount": 6862.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4140938-d822-47c7-a461-f3f0401fad2c",
            "gambit_id": "a62d797e-6d73-43b0-a16f-dac6198f9f20",
            "last_updated": "2023-02-24T12:46:55.255062-05:00",
            "created_at": "2023-02-23T09:07:01.137876-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/033d8a6a-3ced-4cac-b965-15f0d7f6bb78/?format=api"
        },
        {
            "id": "0a83d592-53d4-42b0-a297-7ce888c38a72",
            "gambit_id": "a4269baf-6126-4e28-b0a2-4f79e827de58",
            "last_updated": "2023-02-24T12:46:55.253883-05:00",
            "created_at": "2023-02-23T09:07:01.136601-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/033d8a6a-3ced-4cac-b965-15f0d7f6bb78/?format=api"
        }
    ]
}