GET /api/bet_types/1d096c7a-bdc1-431f-b5c3-d64448d3a509/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d096c7a-bdc1-431f-b5c3-d64448d3a509",
    "match": "https://api-prod.gambitprofit.com/api/matches/00a6d7ff-9db9-4740-b9e6-3c38d53c1ab0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:09.182407-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": "ARI (B Pfaadt)",
                "amount": 5541.0
            },
            {
                "team": "CIN (H Greene)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0c394b9-59a4-45dd-9474-f339b033b428",
            "gambit_id": "e13acd31-aa67-4820-8b16-41cb90900962",
            "last_updated": "2023-08-28T18:28:30.538850-04:00",
            "created_at": "2023-08-25T08:38:09.193962-04:00",
            "name": "ARI (B Pfaadt)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d096c7a-bdc1-431f-b5c3-d64448d3a509/?format=api"
        },
        {
            "id": "5e7c81b4-4e7c-4466-8ab1-785561259aa9",
            "gambit_id": "5adba356-b234-44c4-930a-da4dd3f7c518",
            "last_updated": "2023-08-28T18:28:30.535609-04:00",
            "created_at": "2023-08-25T08:38:09.188048-04:00",
            "name": "CIN (H Greene)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d096c7a-bdc1-431f-b5c3-d64448d3a509/?format=api"
        }
    ]
}