GET /api/bet_types/6cfd2c4a-968f-4454-8281-949893e52516/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6cfd2c4a-968f-4454-8281-949893e52516",
    "match": "https://api-prod.gambitprofit.com/api/matches/00cd1243-fed6-4c28-a8f8-efbde49013b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:18.284183-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 7158.0
            },
            {
                "team": "Draw",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 11309.64,
        "profit_sb": 1809.64,
        "profit_sb_percentage": 19.05,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5903.0
            },
            {
                "team": "Draw",
                "amount": 2344.0
            },
            {
                "team": "West Ham United",
                "amount": 1753.0
            }
        ],
        "expected_reward_tokens": 9325.96,
        "profit_sb": -174.04,
        "profit_sb_percentage": -1.83,
        "recommended": false
    },
    "lines": [
        {
            "id": "85ecbd6b-e363-47cf-9cbc-81160ef053e6",
            "gambit_id": "2bf9221f-eec3-4220-971f-1aa6537559fd",
            "last_updated": "2023-04-18T12:12:04.877271-04:00",
            "created_at": "2023-04-14T12:02:18.285667-04:00",
            "name": "Arsenal",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cfd2c4a-968f-4454-8281-949893e52516/?format=api"
        },
        {
            "id": "9a63a18a-a1ee-4b4f-a07c-a55de68c4b21",
            "gambit_id": "c2416279-a531-499e-8ea8-1afe444a57a8",
            "last_updated": "2023-04-18T12:12:04.880780-04:00",
            "created_at": "2023-04-14T12:02:18.288585-04:00",
            "name": "Draw",
            "reward": "3.98000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cfd2c4a-968f-4454-8281-949893e52516/?format=api"
        },
        {
            "id": "b8d8c2f1-b33e-4908-b2c4-fa5730613f72",
            "gambit_id": "ec77c3ff-e158-4e23-918b-1ac12fe3ebf5",
            "last_updated": "2023-04-18T12:12:04.879313-04:00",
            "created_at": "2023-04-14T12:02:18.287151-04:00",
            "name": "West Ham United",
            "reward": "5.32000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cfd2c4a-968f-4454-8281-949893e52516/?format=api"
        }
    ]
}