GET /api/bet_types/83411125-14c1-4d7f-bd06-5ec488105d2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83411125-14c1-4d7f-bd06-5ec488105d2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7d500e6-178e-447f-a841-01c488a0c10b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:47:02.491079-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": "Caio Borralho",
                "amount": 7375.0
            },
            {
                "team": "Michal Oleksiejczuk",
                "amount": 2625.0
            }
        ],
        "expected_reward_tokens": 9292.5,
        "profit_sb": -207.5,
        "profit_sb_percentage": -2.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0045cdc-2335-4166-b27e-858941f94c21",
            "gambit_id": "b6e05404-3782-4e92-8953-ba41a9838d0a",
            "last_updated": "2023-05-01T12:27:22.439975-04:00",
            "created_at": "2023-04-29T16:47:02.492544-04:00",
            "name": "Caio Borralho",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83411125-14c1-4d7f-bd06-5ec488105d2d/?format=api"
        },
        {
            "id": "ae7df457-e3fa-48aa-bdba-0d3a9fd8ff80",
            "gambit_id": "2f32d7f3-01a4-4285-be05-bcc1f4e075e4",
            "last_updated": "2023-05-01T12:27:22.441291-04:00",
            "created_at": "2023-04-29T16:47:02.494111-04:00",
            "name": "Michal Oleksiejczuk",
            "reward": "3.54000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83411125-14c1-4d7f-bd06-5ec488105d2d/?format=api"
        }
    ]
}