GET /api/bet_types/108b0dd5-a9bb-4ecf-8fe7-025e3f095f35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "108b0dd5-a9bb-4ecf-8fe7-025e3f095f35",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6f0842e-2cd4-491e-9cbe-ee6f2e5427e6/?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": "Milwaukee Bucks",
                "amount": 6721.0
            },
            {
                "team": "New York Knicks",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "f12843e3-024a-4502-8944-e4a8259d81e8",
            "gambit_id": "a60989d6-d2af-44f2-ab57-e0ef02ee2fe1",
            "last_updated": "2022-10-29T19:02:21.310556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/108b0dd5-a9bb-4ecf-8fe7-025e3f095f35/?format=api"
        },
        {
            "id": "bc8e990d-c26d-4d04-9c03-7500cf3bc309",
            "gambit_id": "97a8d1cb-7925-4f9f-be5d-38dd3eeae008",
            "last_updated": "2022-10-29T19:02:21.311530-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/108b0dd5-a9bb-4ecf-8fe7-025e3f095f35/?format=api"
        }
    ]
}