GET /api/bet_types/4e657632-15e2-4f36-aeaf-fb278ca73a46/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e657632-15e2-4f36-aeaf-fb278ca73a46",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1ace508-e23f-4494-96c8-ee91c01e4f25/?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": "PHI",
                "amount": 5419.0
            },
            {
                "team": "ATL",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f583c4c-b694-4523-ab2e-aacf82f60121",
            "gambit_id": "ad3b461a-2111-4a36-a195-cad417a677fa",
            "last_updated": "2022-10-12T10:16:58.514984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e657632-15e2-4f36-aeaf-fb278ca73a46/?format=api"
        },
        {
            "id": "a4d49e27-c729-467e-b417-527ea2ace58a",
            "gambit_id": "802da08e-6e8e-43aa-933f-e3f5a74935f4",
            "last_updated": "2022-10-12T10:16:58.513999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e657632-15e2-4f36-aeaf-fb278ca73a46/?format=api"
        }
    ]
}