GET /api/bet_types/6d1f8dda-53fd-46f0-8c14-b95835bc8c61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d1f8dda-53fd-46f0-8c14-b95835bc8c61",
    "match": "https://api-prod.gambitprofit.com/api/matches/63f82c71-03c4-4b00-a8d6-cadb121d5723/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Grant Dawson",
                "amount": 6410.0
            },
            {
                "team": "Mark Madsen",
                "amount": 3590.0
            }
        ],
        "expected_reward_tokens": 8974.0,
        "profit_sb": -26.0,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "805a7279-6250-45ee-a096-6676f7da431a",
            "gambit_id": "fe547d80-e9c5-4f37-a4b8-471c5a72d844",
            "last_updated": "2022-11-07T09:02:14.324176-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Grant Dawson",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1f8dda-53fd-46f0-8c14-b95835bc8c61/?format=api"
        },
        {
            "id": "5d2da7cf-e2cd-4101-bce6-53bbe6b4c9c1",
            "gambit_id": "cb853ccd-b1cc-47c5-a9de-3f2d4c5809b8",
            "last_updated": "2022-11-07T09:02:14.325147-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mark Madsen",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1f8dda-53fd-46f0-8c14-b95835bc8c61/?format=api"
        }
    ]
}