GET /api/bet_types/2dca644f-3416-4800-bd3f-e9b9b2eb8b29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dca644f-3416-4800-bd3f-e9b9b2eb8b29",
    "match": "https://api-prod.gambitprofit.com/api/matches/feca6d9f-37a9-444d-b4ed-fa13acf033ee/?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": 6114.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2b15439-43ec-40fd-ba7b-bafb53985c3a",
            "gambit_id": "f5998596-d2a6-4740-93a2-0a959ff20d6a",
            "last_updated": "2022-11-04T09:17:39.625519-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dca644f-3416-4800-bd3f-e9b9b2eb8b29/?format=api"
        },
        {
            "id": "89a4347d-5d34-408f-9b8f-34a87eb9a2a9",
            "gambit_id": "eb84853e-f006-4fad-99c1-f1a9aab13772",
            "last_updated": "2022-11-04T09:17:39.624452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dca644f-3416-4800-bd3f-e9b9b2eb8b29/?format=api"
        }
    ]
}