GET /api/bet_types/f8033829-8c5e-4197-b5d2-1cf0bb0cabfe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8033829-8c5e-4197-b5d2-1cf0bb0cabfe",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e374cef-5128-44b6-a48a-5d7916ceb0ac/?format=api",
    "name": "Pick the Winner",
    "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": "TEX (J Gray)",
                "amount": 5091.0
            },
            {
                "team": "NYY (J Taillon)",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9621.64,
        "profit_sb": 121.64,
        "profit_sb_percentage": 1.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "9741d5e2-ad5f-468a-b745-f0dc41a20393",
            "gambit_id": "c9430f62-ea81-4893-a048-0a934d0fb602",
            "last_updated": "2022-10-05T07:06:53.057172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (J Gray)",
            "reward": "1.89000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8033829-8c5e-4197-b5d2-1cf0bb0cabfe/?format=api"
        },
        {
            "id": "e9abb657-7c1f-4662-a2b3-13d0407edb91",
            "gambit_id": "c8f9036c-7140-4c05-bccf-5c77140d2a28",
            "last_updated": "2022-10-05T07:06:53.056204-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (J Taillon)",
            "reward": "1.96000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8033829-8c5e-4197-b5d2-1cf0bb0cabfe/?format=api"
        }
    ]
}