GET /api/bet_types/8848d6d6-909f-41e9-a7ac-e84b313c2d3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8848d6d6-909f-41e9-a7ac-e84b313c2d3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7da13ccd-8c94-4daf-8269-c0ecb93a7b85/?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": "SEA (G Kirby)",
                "amount": 6762.0
            },
            {
                "team": "OAK (A Martinez)",
                "amount": 3238.0
            }
        ],
        "expected_reward_tokens": 9195.92,
        "profit_sb": 195.92,
        "profit_sb_percentage": 2.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "8331c776-2e68-4517-b87e-42037456447a",
            "gambit_id": "6930a4b1-ee4e-4566-b4f3-f0a8740d04ac",
            "last_updated": "2022-09-23T10:22:09.521966-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8848d6d6-909f-41e9-a7ac-e84b313c2d3f/?format=api"
        },
        {
            "id": "5c76e83c-a885-4f4a-a3d0-69fa6e83e546",
            "gambit_id": "dccf59a2-7be8-4fe5-b109-db3301d9340c",
            "last_updated": "2022-09-23T10:22:09.523087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (A Martinez)",
            "reward": "2.84000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8848d6d6-909f-41e9-a7ac-e84b313c2d3f/?format=api"
        }
    ]
}