GET /api/bet_types/6f137db4-de2f-475c-8818-c91fca43c494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f137db4-de2f-475c-8818-c91fca43c494",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a79cedb-d6a8-4fa8-ac52-2bfff163ca89/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-29T08:42:08.457592-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": "Vancouver Canucks",
                "amount": 6166.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "7b3827f5-3b02-47d5-a184-be4081d3316b",
            "gambit_id": "2fad151a-9e2c-4da6-a9a3-3df6f0c75cb9",
            "last_updated": "2022-12-31T10:46:58.268219-05:00",
            "created_at": "2022-12-29T08:42:08.459899-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f137db4-de2f-475c-8818-c91fca43c494/?format=api"
        },
        {
            "id": "76778971-58b5-4097-bd2e-eb57d16c52c0",
            "gambit_id": "7ef6a3c6-8bf7-4309-841a-6d74666faa94",
            "last_updated": "2022-12-31T10:46:58.267096-05:00",
            "created_at": "2022-12-29T08:42:08.458713-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f137db4-de2f-475c-8818-c91fca43c494/?format=api"
        }
    ]
}