GET /api/bet_types/5a7fbf4b-8c67-4dad-b079-0a6f9fc16b1b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a7fbf4b-8c67-4dad-b079-0a6f9fc16b1b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6f03607-06bd-401c-8e6e-17d4bb6c1225/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:22:00.890728-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": "New York Rangers",
                "amount": 5482.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a51ae11-007d-442e-9ab8-08e309c8d40b",
            "gambit_id": "a846b3d2-a3dd-4f50-808d-e1ebfb273998",
            "last_updated": "2023-01-13T11:47:15.565186-05:00",
            "created_at": "2023-01-12T08:22:00.891800-05:00",
            "name": "New York Rangers",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a7fbf4b-8c67-4dad-b079-0a6f9fc16b1b/?format=api"
        },
        {
            "id": "1d75f2c1-daab-4ba2-919b-f0621102efa5",
            "gambit_id": "769d86c0-afc5-40c3-b966-3bd61f988ea1",
            "last_updated": "2023-01-13T11:47:15.566302-05:00",
            "created_at": "2023-01-12T08:22:00.893169-05:00",
            "name": "Dallas Stars",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a7fbf4b-8c67-4dad-b079-0a6f9fc16b1b/?format=api"
        }
    ]
}