GET /api/bet_types/a641cabe-78d9-4265-8569-dbba497c05c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a641cabe-78d9-4265-8569-dbba497c05c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/298bda54-759b-4b86-a011-954473452a3c/?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": "Liverpool",
                "amount": 8131.0
            },
            {
                "team": "Draw",
                "amount": 1869.0
            }
        ],
        "expected_reward_tokens": 9999.15,
        "profit_sb": 999.15,
        "profit_sb_percentage": 11.1,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7258.0
            },
            {
                "team": "Draw",
                "amount": 1669.0
            },
            {
                "team": "Fulham",
                "amount": 1073.0
            }
        ],
        "expected_reward_tokens": 8927.34,
        "profit_sb": -72.66,
        "profit_sb_percentage": -0.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f35d1dc-03de-4c8b-874e-4ea22ef72dd5",
            "gambit_id": "0cc3079b-e128-446d-88dd-306483b2464a",
            "last_updated": "2022-08-08T20:17:15.247646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.23000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a641cabe-78d9-4265-8569-dbba497c05c1/?format=api"
        },
        {
            "id": "eb40c252-db54-404d-8b76-2f6f9c09334b",
            "gambit_id": "e90d4ad7-514f-4d4e-b806-e89fbac832bc",
            "last_updated": "2022-08-08T20:17:15.248572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.35000",
            "odds": "5.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a641cabe-78d9-4265-8569-dbba497c05c1/?format=api"
        },
        {
            "id": "e63fa70e-5cf8-4c2f-ba39-d5baa1237569",
            "gambit_id": "8d4ce488-5c97-4491-ae04-925dab3a9f10",
            "last_updated": "2022-08-08T20:17:15.248106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "8.32000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a641cabe-78d9-4265-8569-dbba497c05c1/?format=api"
        }
    ]
}