GET /api/bet_types/93d1022d-56a2-4d6f-acf9-2eba93f2055d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93d1022d-56a2-4d6f-acf9-2eba93f2055d",
    "match": "https://api-prod.gambitprofit.com/api/matches/681c66e5-1d21-4193-8863-9f7100d5b846/?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": "NYM (M Scherzer)",
                "amount": 7190.0
            },
            {
                "team": "COL (G Marquez)",
                "amount": 2810.0
            }
        ],
        "expected_reward_tokens": 9273.0,
        "profit_sb": 273.0,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "09dbdb7c-d955-494d-a9bd-f326b90992cc",
            "gambit_id": "388904de-0bdf-4634-9f76-3b18c54dad2e",
            "last_updated": "2022-08-29T13:12:07.406082-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.29000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93d1022d-56a2-4d6f-acf9-2eba93f2055d/?format=api"
        },
        {
            "id": "93efabb4-f668-4b03-9df2-fe7ba2423e79",
            "gambit_id": "9766655b-801a-4299-8b49-16d2b8260bcf",
            "last_updated": "2022-08-29T13:12:07.406523-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "3.30000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93d1022d-56a2-4d6f-acf9-2eba93f2055d/?format=api"
        }
    ]
}