GET /api/bet_types/f89dcd3b-7640-48cc-bee9-01030cf79a1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f89dcd3b-7640-48cc-bee9-01030cf79a1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bf89962-1abc-4bf8-95aa-481d42914639/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:03.519700-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 7166.0
            },
            {
                "team": "Draw",
                "amount": 2834.0
            }
        ],
        "expected_reward_tokens": 11250.62,
        "profit_sb": 1750.62,
        "profit_sb_percentage": 18.43,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 5913.0
            },
            {
                "team": "Draw",
                "amount": 2338.0
            },
            {
                "team": "Nottingham Forest",
                "amount": 1748.0
            }
        ],
        "expected_reward_tokens": 9281.86,
        "profit_sb": -218.14,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e2d771a-4881-46b0-a984-5dce02d85bbf",
            "gambit_id": "eafdb3f8-361d-45e2-bc8b-e8317e173a06",
            "last_updated": "2023-05-29T11:47:20.289009-04:00",
            "created_at": "2023-05-27T10:47:03.526760-04:00",
            "name": "Crystal Palace",
            "reward": "1.57000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f89dcd3b-7640-48cc-bee9-01030cf79a1e/?format=api"
        },
        {
            "id": "838c1b5e-687b-4359-814b-93b023c28f5d",
            "gambit_id": "831713ab-0b07-44fd-98ae-f3262feb49d9",
            "last_updated": "2023-05-29T11:47:20.286144-04:00",
            "created_at": "2023-05-27T10:47:03.523052-04:00",
            "name": "Draw",
            "reward": "3.97000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f89dcd3b-7640-48cc-bee9-01030cf79a1e/?format=api"
        },
        {
            "id": "c4fedebe-ca30-4876-bd73-f1ec41a55882",
            "gambit_id": "7b25c745-71ca-4024-86ba-7ceb4418a518",
            "last_updated": "2023-05-29T11:47:20.293339-04:00",
            "created_at": "2023-05-27T10:47:03.529740-04:00",
            "name": "Nottingham Forest",
            "reward": "5.31000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f89dcd3b-7640-48cc-bee9-01030cf79a1e/?format=api"
        }
    ]
}