GET /api/bet_types/a744d20e-e2d9-455f-add1-47d4fd64c079/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a744d20e-e2d9-455f-add1-47d4fd64c079",
    "match": "https://api-prod.gambitprofit.com/api/matches/3cf92973-b8e5-4f3b-865e-c9c30bf5c09d/?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": "Seattle Kraken",
                "amount": 5583.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "2cbeb382-fcd0-4b0f-af06-ca373bfb0d6e",
            "gambit_id": "286d4e60-f738-4c7e-9a5c-9d57f2bb4bba",
            "last_updated": "2022-11-07T09:08:19.518405-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a744d20e-e2d9-455f-add1-47d4fd64c079/?format=api"
        },
        {
            "id": "e0573b40-f3a1-4777-94b5-cfae1e0fde0e",
            "gambit_id": "a39b993b-b31a-4f80-8ab0-6ff0d6427342",
            "last_updated": "2022-11-07T09:08:19.517439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a744d20e-e2d9-455f-add1-47d4fd64c079/?format=api"
        }
    ]
}