GET /api/bet_types/5743bc48-e774-41b3-9570-ecc6b0d2a92f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5743bc48-e774-41b3-9570-ecc6b0d2a92f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0b19dc8-9a72-4e1c-abc6-156fdf116262/?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": "Montreal Canadiens",
                "amount": 5304.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "655ac469-bd8c-4d99-9b29-53ee02d0e81a",
            "gambit_id": "f94a2a58-6710-444e-8733-e968da127d43",
            "last_updated": "2022-12-06T11:21:56.304037-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5743bc48-e774-41b3-9570-ecc6b0d2a92f/?format=api"
        },
        {
            "id": "84e1befb-117e-4836-9821-c0b38eafdf41",
            "gambit_id": "a17eef19-761e-4825-8fa3-c7e083310165",
            "last_updated": "2022-12-06T11:21:56.303077-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5743bc48-e774-41b3-9570-ecc6b0d2a92f/?format=api"
        }
    ]
}