GET /api/bet_types/e3a1420e-2e6a-46bf-80b5-f448c6624e4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3a1420e-2e6a-46bf-80b5-f448c6624e4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae6e52aa-a95f-47fc-9efc-441b4cce84c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:22:13.561708-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": "MIA (E Cabrera)",
                "amount": 5117.0
            },
            {
                "team": "NYM (T Megill)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "75367600-7d1e-4606-b873-3a34245b2662",
            "gambit_id": "1c3f7aff-9060-4086-aa8b-802cd555141e",
            "last_updated": "2023-04-03T10:01:59.980465-04:00",
            "created_at": "2023-04-01T10:22:13.563709-04:00",
            "name": "MIA (E Cabrera)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a1420e-2e6a-46bf-80b5-f448c6624e4d/?format=api"
        },
        {
            "id": "dd0406e0-8aae-4aa5-8bb5-0c55e88cfd5f",
            "gambit_id": "ecb97f3c-b25c-4696-ab10-82610c60ef00",
            "last_updated": "2023-04-03T10:01:59.983172-04:00",
            "created_at": "2023-04-01T10:22:13.565582-04:00",
            "name": "NYM (T Megill)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3a1420e-2e6a-46bf-80b5-f448c6624e4d/?format=api"
        }
    ]
}