GET /api/bet_types/f5a2a936-5000-4d5c-9bcd-a5ab659d7b84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5a2a936-5000-4d5c-9bcd-a5ab659d7b84",
    "match": "https://api-prod.gambitprofit.com/api/matches/15d138a6-323d-466f-b261-109ccb8cafdc/?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": "TOR (R Stripling)",
                "amount": 6030.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 3970.0
            }
        ],
        "expected_reward_tokens": 9527.4,
        "profit_sb": 27.4,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "86b3797c-47d5-4887-a29c-dbe88acede05",
            "gambit_id": "7e3ee707-71e1-43c4-add4-1694d51df895",
            "last_updated": "2022-10-02T15:17:31.140722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (R Stripling)",
            "reward": "1.58000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5a2a936-5000-4d5c-9bcd-a5ab659d7b84/?format=api"
        },
        {
            "id": "22ec5407-36f7-415c-bf6c-68a6368c121b",
            "gambit_id": "a4d4f741-e81f-4924-a23c-4045e8cbd9ca",
            "last_updated": "2022-10-02T15:17:31.139624-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (B Bello)",
            "reward": "2.40000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5a2a936-5000-4d5c-9bcd-a5ab659d7b84/?format=api"
        }
    ]
}