GET /api/bet_types/b98fd144-323b-460a-9163-61b0f332b7e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b98fd144-323b-460a-9163-61b0f332b7e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bbb4a08-68c3-4552-b1c2-a52156ab6397/?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": "BOS",
                "amount": 5208.0
            },
            {
                "team": "KAN",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc182da7-127f-4795-a5a8-5d2d9fc927ae",
            "gambit_id": "e215c19d-00ad-40b8-ba4d-bc6b2a7cdca9",
            "last_updated": "2022-09-17T17:12:28.786194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98fd144-323b-460a-9163-61b0f332b7e0/?format=api"
        },
        {
            "id": "1cdbbf5b-b09f-46fd-8eb8-7ba14c9f7880",
            "gambit_id": "bce38414-6ed1-4871-bfac-1f42adc1e153",
            "last_updated": "2022-09-17T17:12:28.787130-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b98fd144-323b-460a-9163-61b0f332b7e0/?format=api"
        }
    ]
}