GET /api/bet_types/04b0f51b-d4f8-4c7a-abc8-bbc3c349f36e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04b0f51b-d4f8-4c7a-abc8-bbc3c349f36e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a59bafc-e7ce-4a33-ab82-0c55dfd9a573/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T09:02:20.337179-04: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": "MIL (C Burnes)",
                "amount": 5440.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 9574.4,
        "profit_sb": 74.4,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "1184c0c9-f4b4-453d-a5b8-8ac11e29141e",
            "gambit_id": "1d73f1dc-83f7-43de-8a0d-23635daba7a0",
            "last_updated": "2023-04-12T09:46:53.977855-04:00",
            "created_at": "2023-04-11T09:02:20.341848-04:00",
            "name": "MIL (C Burnes)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04b0f51b-d4f8-4c7a-abc8-bbc3c349f36e/?format=api"
        },
        {
            "id": "1f7ae0bd-8c27-4883-b83a-201e269839c9",
            "gambit_id": "2fa8e904-9d16-43d3-92e3-8504fdbcae1f",
            "last_updated": "2023-04-12T09:46:53.975220-04:00",
            "created_at": "2023-04-11T09:02:20.339691-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04b0f51b-d4f8-4c7a-abc8-bbc3c349f36e/?format=api"
        }
    ]
}