GET /api/bet_types/949c416a-bb07-44fd-ba9d-a6631aa3dd43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "949c416a-bb07-44fd-ba9d-a6631aa3dd43",
    "match": "https://api-prod.gambitprofit.com/api/matches/68a34ed5-f264-45c9-833e-065bc6f9940d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:50.985249-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": "Washington Capitals",
                "amount": 7203.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4103935-3c0e-4387-b417-5050db665bcf",
            "gambit_id": "0abfc223-a266-4739-aa7b-b8c034286a88",
            "last_updated": "2023-03-24T10:56:53.533918-04:00",
            "created_at": "2023-03-23T09:06:50.986944-04:00",
            "name": "Washington Capitals",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/949c416a-bb07-44fd-ba9d-a6631aa3dd43/?format=api"
        },
        {
            "id": "7ab9a26a-93ed-44ff-81bd-a6bf003cde7c",
            "gambit_id": "b9214a96-0b43-4396-8a6c-04d33def465f",
            "last_updated": "2023-03-24T10:56:53.536500-04:00",
            "created_at": "2023-03-23T09:06:50.990026-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/949c416a-bb07-44fd-ba9d-a6631aa3dd43/?format=api"
        }
    ]
}