GET /api/bet_types/60016abf-5212-45c9-8afb-42ceb8b1a82c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60016abf-5212-45c9-8afb-42ceb8b1a82c",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd26c371-c474-4a91-a09f-94d27781887e/?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": "NYY (D German)",
                "amount": 6578.0
            },
            {
                "team": "OAK (A Oller)",
                "amount": 3422.0
            }
        ],
        "expected_reward_tokens": 9273.62,
        "profit_sb": 273.62,
        "profit_sb_percentage": 3.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae9a8359-9297-45f7-b5c8-855c2b18f811",
            "gambit_id": "ddf9589f-63c3-426a-9bb9-4eaf79ead8b1",
            "last_updated": "2022-08-28T11:27:26.012314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (D German)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60016abf-5212-45c9-8afb-42ceb8b1a82c/?format=api"
        },
        {
            "id": "849d31e8-8694-4db3-a6ef-e0efaeaccf4a",
            "gambit_id": "cf37708d-a428-44cd-86ca-ea81b5b2b4fa",
            "last_updated": "2022-08-28T11:27:26.011815-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (A Oller)",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60016abf-5212-45c9-8afb-42ceb8b1a82c/?format=api"
        }
    ]
}