GET /api/bet_types/7109d7fc-55f3-4c3b-a6b3-c8645ae47c52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7109d7fc-55f3-4c3b-a6b3-c8645ae47c52",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2998ba2-5b8e-4841-8e2e-0ffe440762cc/?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": "Vancouver Canucks",
                "amount": 5955.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4045.0
            }
        ],
        "expected_reward_tokens": 9586.65,
        "profit_sb": 86.65,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e5ebf2f-1b1e-4dbc-a460-474313724d01",
            "gambit_id": "547becc9-d20a-4418-b621-282cd7e9be12",
            "last_updated": "2022-10-13T09:47:22.544324-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7109d7fc-55f3-4c3b-a6b3-c8645ae47c52/?format=api"
        },
        {
            "id": "3391ba08-a7c0-48ff-9631-798b3626ae9c",
            "gambit_id": "c251c837-dfdf-41a3-a195-e3c3bcaa8c4d",
            "last_updated": "2022-10-13T09:47:22.543295-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7109d7fc-55f3-4c3b-a6b3-c8645ae47c52/?format=api"
        }
    ]
}