GET /api/bet_types/f4e294be-3b60-41fd-bdde-454ac067248a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4e294be-3b60-41fd-bdde-454ac067248a",
    "match": "https://api-prod.gambitprofit.com/api/matches/95e4d1bd-df12-4508-90b3-edb04464e414/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-20T08:33:11.701408-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": "CIN (A Abbott)",
                "amount": 5170.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "6e2e392d-bca9-4d92-82f4-79933e8aabb8",
            "gambit_id": "ae33686d-4298-47cb-8a13-4d4193992c4e",
            "last_updated": "2023-07-22T09:43:04.496557-04:00",
            "created_at": "2023-07-20T08:33:11.704625-04:00",
            "name": "CIN (A Abbott)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4e294be-3b60-41fd-bdde-454ac067248a/?format=api"
        },
        {
            "id": "d3de5fcf-fb8b-4740-b99d-e72ee0484eb3",
            "gambit_id": "da793402-ed56-4d57-8fc7-499025754cb4",
            "last_updated": "2023-07-22T09:43:04.492263-04:00",
            "created_at": "2023-07-20T08:33:11.702859-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4e294be-3b60-41fd-bdde-454ac067248a/?format=api"
        }
    ]
}