GET /api/bet_types/f566902d-bf59-4ab1-b1e6-e87a99f776ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f566902d-bf59-4ab1-b1e6-e87a99f776ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/81bc11c6-f880-4700-b018-22d409e84098/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:46:59.872724-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7846.0
            },
            {
                "team": "Draw",
                "amount": 2154.0
            }
        ],
        "expected_reward_tokens": 10511.52,
        "profit_sb": 1011.52,
        "profit_sb_percentage": 10.65,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 7005.0
            },
            {
                "team": "Draw",
                "amount": 1923.0
            },
            {
                "team": "Bournemouth",
                "amount": 1072.0
            }
        ],
        "expected_reward_tokens": 9384.24,
        "profit_sb": -115.76,
        "profit_sb_percentage": -1.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb8eeb83-83bf-4042-8941-80c65ff6ec6e",
            "gambit_id": "96c9c673-142b-4498-857c-0e318a9bae7c",
            "last_updated": "2023-02-26T11:57:01.621282-05:00",
            "created_at": "2023-02-23T11:46:59.874470-05:00",
            "name": "Manchester City",
            "reward": "1.34000",
            "odds": "1.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f566902d-bf59-4ab1-b1e6-e87a99f776ca/?format=api"
        },
        {
            "id": "766d902c-3152-4a72-a296-9d221ec90710",
            "gambit_id": "7e54e6a3-3e8e-44e1-a52d-bb5dd891bb63",
            "last_updated": "2023-02-26T11:57:01.623481-05:00",
            "created_at": "2023-02-23T11:46:59.878224-05:00",
            "name": "Draw",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f566902d-bf59-4ab1-b1e6-e87a99f776ca/?format=api"
        },
        {
            "id": "3138bbec-f1ec-493b-9a43-1798ea226297",
            "gambit_id": "7fe9d301-be0a-4f1f-bcf0-34c1a47adc2e",
            "last_updated": "2023-02-26T11:57:01.622379-05:00",
            "created_at": "2023-02-23T11:46:59.876267-05:00",
            "name": "Bournemouth",
            "reward": "8.76000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f566902d-bf59-4ab1-b1e6-e87a99f776ca/?format=api"
        }
    ]
}