GET /api/bet_types/a8978c82-d255-4734-bd85-f538e769da73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8978c82-d255-4734-bd85-f538e769da73",
    "match": "https://api-prod.gambitprofit.com/api/matches/b70b5cb1-2f55-41a9-b78f-d24cc5f33590/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:15.964784-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": "Dallas Stars",
                "amount": 7415.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2585.0
            }
        ],
        "expected_reward_tokens": 9564.5,
        "profit_sb": 64.5,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "67787156-45f8-4589-9531-0426d37d1ded",
            "gambit_id": "e95df07c-b234-44c6-a1e0-49b8ff7fb7b4",
            "last_updated": "2023-01-23T10:12:11.651415-05:00",
            "created_at": "2023-01-21T10:22:15.965951-05:00",
            "name": "Dallas Stars",
            "reward": "1.29000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8978c82-d255-4734-bd85-f538e769da73/?format=api"
        },
        {
            "id": "b6c43deb-d372-4114-be08-3707236b765f",
            "gambit_id": "907f3541-17ca-497c-b0ed-d9cfef1d7562",
            "last_updated": "2023-01-23T10:12:11.652887-05:00",
            "created_at": "2023-01-21T10:22:15.967142-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.70000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8978c82-d255-4734-bd85-f538e769da73/?format=api"
        }
    ]
}