GET /api/bet_types/cc28de2c-96fd-419f-bb0f-3462b9c57f58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc28de2c-96fd-419f-bb0f-3462b9c57f58",
    "match": "https://api-prod.gambitprofit.com/api/matches/8917c532-323f-4fa6-8840-48c762ee67eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-01T09:22:02.416519-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": "San Francisco 49ers",
                "amount": 7712.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 2288.0
            }
        ],
        "expected_reward_tokens": 9174.88,
        "profit_sb": 174.88,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "04879c39-282c-462d-9951-334487e45e28",
            "gambit_id": "efed205b-8905-4e86-83e0-df4950e3bcc3",
            "last_updated": "2023-01-02T11:56:50.329687-05:00",
            "created_at": "2023-01-01T09:22:02.418916-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.19000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc28de2c-96fd-419f-bb0f-3462b9c57f58/?format=api"
        },
        {
            "id": "e4bfd8a8-1dba-4659-b5e1-e22075316bcb",
            "gambit_id": "384edb57-7aae-4ffb-a97b-791a8199aeed",
            "last_updated": "2023-01-02T11:56:50.328497-05:00",
            "created_at": "2023-01-01T09:22:02.417679-05:00",
            "name": "Las Vegas Raiders",
            "reward": "4.01000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc28de2c-96fd-419f-bb0f-3462b9c57f58/?format=api"
        }
    ]
}