GET /api/bet_types/87476d2f-5b6d-4021-bc93-22808e09e2a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87476d2f-5b6d-4021-bc93-22808e09e2a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/718a256f-803c-4232-9812-fd64c94b2671/?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": "West Ham United",
                "amount": 5410.0
            },
            {
                "team": "Southampton",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 13035.6,
        "profit_sb": 3535.6,
        "profit_sb_percentage": 37.22,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 3854.0
            },
            {
                "team": "Southampton",
                "amount": 3270.0
            },
            {
                "team": "Draw",
                "amount": 2876.0
            }
        ],
        "expected_reward_tokens": 9286.8,
        "profit_sb": -213.2,
        "profit_sb_percentage": -2.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba4345ed-8ecb-4922-962f-92f0f3c8c57a",
            "gambit_id": "db7c42fb-d787-4247-b382-1e3899b4bf40",
            "last_updated": "2022-10-17T10:22:14.763049-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Ham United",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87476d2f-5b6d-4021-bc93-22808e09e2a2/?format=api"
        },
        {
            "id": "e8190657-82ac-47b0-aa97-c027541a26ae",
            "gambit_id": "ac571817-5ae9-4bae-b63a-8f9758322314",
            "last_updated": "2022-10-17T10:22:14.764045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southampton",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87476d2f-5b6d-4021-bc93-22808e09e2a2/?format=api"
        },
        {
            "id": "5c748036-fa0e-4861-b200-d74122d056ba",
            "gambit_id": "15e83789-a6ab-4e2b-84a0-794bb3536aa0",
            "last_updated": "2022-10-17T10:22:14.762011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.23000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87476d2f-5b6d-4021-bc93-22808e09e2a2/?format=api"
        }
    ]
}