GET /api/bet_types/e64cf11a-f8bb-4d01-abc6-eeaccc209080/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e64cf11a-f8bb-4d01-abc6-eeaccc209080",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c50845d-d150-4012-ba1b-d9cea395f16e/?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": "Utah State",
                "amount": 8084.0
            },
            {
                "team": "Colorado State",
                "amount": 1916.0
            }
        ],
        "expected_reward_tokens": 9539.12,
        "profit_sb": 39.12,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8ed35ac-8da0-4695-945f-825fd25e1882",
            "gambit_id": "80119412-9446-45a8-98e1-fac1d8de1b9b",
            "last_updated": "2022-10-17T09:51:54.538752-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "1.18000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64cf11a-f8bb-4d01-abc6-eeaccc209080/?format=api"
        },
        {
            "id": "575208d9-693c-4cfe-bee9-aba7d33404ab",
            "gambit_id": "74698541-4270-46eb-9b58-724f0edc7f37",
            "last_updated": "2022-10-17T09:51:54.537732-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "4.98000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e64cf11a-f8bb-4d01-abc6-eeaccc209080/?format=api"
        }
    ]
}