GET /api/bet_types/efcc7049-035d-49ee-a5bd-d7dbc9e703f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efcc7049-035d-49ee-a5bd-d7dbc9e703f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/34077d47-e8fc-4a59-acde-00bf606a6305/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-28T11:43:19.768991-04: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": "Colorado Rockies",
                "amount": 5541.0
            },
            {
                "team": "Oakland Athletics",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "f83860e9-b866-4b57-b974-2c0ed5514dd3",
            "gambit_id": "e5398a18-7029-42c2-a84d-daafc6503423",
            "last_updated": "2023-07-29T19:38:37.964608-04:00",
            "created_at": "2023-07-28T11:43:19.778722-04:00",
            "name": "Colorado Rockies",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efcc7049-035d-49ee-a5bd-d7dbc9e703f4/?format=api"
        },
        {
            "id": "e49f1189-33eb-491f-b17b-7171dce1d774",
            "gambit_id": "eb6fc9a0-8c9a-4515-883b-8c43eed266fc",
            "last_updated": "2023-07-29T19:38:37.960971-04:00",
            "created_at": "2023-07-28T11:43:19.774607-04:00",
            "name": "Oakland Athletics",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efcc7049-035d-49ee-a5bd-d7dbc9e703f4/?format=api"
        }
    ]
}