GET /api/bet_types/a6d8ccdf-5d01-4164-825f-3ac3aebbacda/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6d8ccdf-5d01-4164-825f-3ac3aebbacda",
    "match": "https://api-prod.gambitprofit.com/api/matches/47d941d5-f122-4d9d-9609-5b4de782856f/?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": "ATL (J Odorizzi)",
                "amount": 6031.0
            },
            {
                "team": "MIA (E Cabrera)",
                "amount": 3969.0
            }
        ],
        "expected_reward_tokens": 9287.46,
        "profit_sb": 287.46,
        "profit_sb_percentage": 3.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "1cf61d81-b196-4fe3-9e5b-232d71808159",
            "gambit_id": "988d009f-bd7d-435d-8386-1a5f3674b97b",
            "last_updated": "2022-12-24T17:12:08.318938-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (J Odorizzi)",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6d8ccdf-5d01-4164-825f-3ac3aebbacda/?format=api"
        },
        {
            "id": "4cdfadbe-35b8-4134-bc2b-86ee9db2d910",
            "gambit_id": "6cf5f659-426c-4a1b-be42-425c68f1b655",
            "last_updated": "2022-12-24T17:12:08.320076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (E Cabrera)",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6d8ccdf-5d01-4164-825f-3ac3aebbacda/?format=api"
        }
    ]
}