GET /api/bet_types/2db36aa1-9d39-4ae1-902f-2f06006daeff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db36aa1-9d39-4ae1-902f-2f06006daeff",
    "match": "https://api-prod.gambitprofit.com/api/matches/b05eb758-1cc4-46d4-a463-2ecbb4803856/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Sporting CP",
                "amount": 5496.0
            },
            {
                "team": "Eintracht Frankfurt",
                "amount": 4504.0
            }
        ],
        "expected_reward_tokens": 11980.64,
        "profit_sb": 2980.64,
        "profit_sb_percentage": 33.12,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sporting CP",
                "amount": 3995.0
            },
            {
                "team": "Eintracht Frankfurt",
                "amount": 3274.0
            },
            {
                "team": "Draw",
                "amount": 2730.0
            }
        ],
        "expected_reward_tokens": 8708.7,
        "profit_sb": -291.3,
        "profit_sb_percentage": -3.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "21004e80-1f46-4f05-baf3-76394f396e37",
            "gambit_id": "c978682f-0222-42c9-8f2d-42690d4ea05e",
            "last_updated": "2022-11-02T21:07:11.545286-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sporting CP",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db36aa1-9d39-4ae1-902f-2f06006daeff/?format=api"
        },
        {
            "id": "5928b1f2-1598-4694-9616-2fcceb566793",
            "gambit_id": "d01d182e-6ffa-4412-afc6-25221c3e8bba",
            "last_updated": "2022-11-02T21:07:11.544321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eintracht Frankfurt",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db36aa1-9d39-4ae1-902f-2f06006daeff/?format=api"
        },
        {
            "id": "bc7e64b1-2d2c-422e-b9f5-f9731e331b15",
            "gambit_id": "a05527bc-a6b7-4efe-bf30-d109cd874cbf",
            "last_updated": "2022-11-02T21:07:11.546239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db36aa1-9d39-4ae1-902f-2f06006daeff/?format=api"
        }
    ]
}