GET /api/bet_types/8fffecc4-3876-4de5-af2e-19bef6c3bb75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fffecc4-3876-4de5-af2e-19bef6c3bb75",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3fe7605-090e-461f-9073-c721f0972e69/?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": "Arsenal",
                "amount": 6519.0
            },
            {
                "team": "Draw",
                "amount": 3481.0
            }
        ],
        "expected_reward_tokens": 11277.87,
        "profit_sb": 2277.87,
        "profit_sb_percentage": 25.31,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5099.0
            },
            {
                "team": "Draw",
                "amount": 2723.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2178.0
            }
        ],
        "expected_reward_tokens": 8820.9,
        "profit_sb": -179.1,
        "profit_sb_percentage": -1.99,
        "recommended": false
    },
    "lines": [
        {
            "id": "e36c6cb7-a6f4-4ffd-927e-91f5739fa41c",
            "gambit_id": "8534639d-8f56-4dc4-9651-c016070912f2",
            "last_updated": "2022-08-06T11:07:11.754845-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arsenal",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fffecc4-3876-4de5-af2e-19bef6c3bb75/?format=api"
        },
        {
            "id": "6c199afd-fff6-4142-99b8-5ecc1ca2f2a5",
            "gambit_id": "7282cc00-6839-4e9b-aba1-7c922928ca67",
            "last_updated": "2022-08-06T11:07:11.755213-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.24000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fffecc4-3876-4de5-af2e-19bef6c3bb75/?format=api"
        },
        {
            "id": "1ebdd8b9-63f5-43dc-9988-d5df17c43339",
            "gambit_id": "5443ed8f-d3e9-4390-99f6-a82d032d3ece",
            "last_updated": "2022-08-06T11:07:11.754477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Crystal Palace",
            "reward": "4.05000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fffecc4-3876-4de5-af2e-19bef6c3bb75/?format=api"
        }
    ]
}