GET /api/bet_types/bcc06aa8-500c-4f2c-99b7-51e191ef6a88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcc06aa8-500c-4f2c-99b7-51e191ef6a88",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de1fdc6-7b6d-466c-b434-a7ce1615ddaa/?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": "Minnesota Vikings",
                "amount": 6921.0
            },
            {
                "team": "Detroit Lions",
                "amount": 3079.0
            }
        ],
        "expected_reward_tokens": 9204.93,
        "profit_sb": 204.93,
        "profit_sb_percentage": 2.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "f4475249-da51-44e2-b95a-c204b760c633",
            "gambit_id": "e2a94313-d212-417e-880b-d0f91ef40765",
            "last_updated": "2022-09-26T10:21:56.745353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc06aa8-500c-4f2c-99b7-51e191ef6a88/?format=api"
        },
        {
            "id": "53876940-41bf-4b56-9d15-51b4806082c6",
            "gambit_id": "1ea1865c-122e-46e7-b437-2eb90fc15116",
            "last_updated": "2022-09-26T10:21:56.746590-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.99000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc06aa8-500c-4f2c-99b7-51e191ef6a88/?format=api"
        }
    ]
}