GET /api/bet_types/faeacb77-43ee-4127-b348-d2f0d9aaa7fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "faeacb77-43ee-4127-b348-d2f0d9aaa7fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5d30d95-8ba9-4864-b752-4a845471f0b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-12T10:17:04.317453-04: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": "New York Rangers",
                "amount": 6651.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "202fd84c-a116-485f-a3cf-d338eb8921c3",
            "gambit_id": "d05d60d6-c03f-4685-81fe-fe95c785bdb9",
            "last_updated": "2023-03-13T19:17:12.290734-04:00",
            "created_at": "2023-03-12T10:17:04.320596-04:00",
            "name": "New York Rangers",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faeacb77-43ee-4127-b348-d2f0d9aaa7fb/?format=api"
        },
        {
            "id": "2842c191-04ac-4361-a4da-334fb87591ad",
            "gambit_id": "1f9904f6-8fb0-477f-8e1a-7f15dab33a5c",
            "last_updated": "2023-03-13T19:17:12.288849-04:00",
            "created_at": "2023-03-12T10:17:04.319004-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/faeacb77-43ee-4127-b348-d2f0d9aaa7fb/?format=api"
        }
    ]
}