GET /api/bet_types/02f93111-c206-449f-8e56-4afaa5c9d19d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02f93111-c206-449f-8e56-4afaa5c9d19d",
    "match": "https://api-prod.gambitprofit.com/api/matches/53c65f7b-deab-4792-9714-de94ac8a2952/?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": "Washington Capitals",
                "amount": 6650.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3350.0
            }
        ],
        "expected_reward_tokens": 9110.5,
        "profit_sb": 110.5,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "79fb26a4-1bef-43a9-9455-9cb9839f1959",
            "gambit_id": "97bf08eb-b859-4136-aaa0-406fbbc26bde",
            "last_updated": "2022-11-10T10:04:28.217175-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02f93111-c206-449f-8e56-4afaa5c9d19d/?format=api"
        },
        {
            "id": "3c6dc2f2-269e-498a-921b-998619a2f085",
            "gambit_id": "bc523e51-b956-4eed-93eb-9579d093f07a",
            "last_updated": "2022-11-10T10:04:28.218119-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.72000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02f93111-c206-449f-8e56-4afaa5c9d19d/?format=api"
        }
    ]
}