GET /api/bet_types/3957defb-6d84-4e3f-b297-0767b02f99de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3957defb-6d84-4e3f-b297-0767b02f99de",
    "match": "https://api-prod.gambitprofit.com/api/matches/f75d6fcd-52ef-414e-9b3a-b53d3acce860/?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": "Nashville SC",
                "amount": 7281.0
            },
            {
                "team": "Draw",
                "amount": 2719.0
            }
        ],
        "expected_reward_tokens": 10630.26,
        "profit_sb": 1130.26,
        "profit_sb_percentage": 11.9,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Nashville SC",
                "amount": 6080.0
            },
            {
                "team": "Draw",
                "amount": 2270.0
            },
            {
                "team": "Houston Dynamo",
                "amount": 1650.0
            }
        ],
        "expected_reward_tokens": 8875.7,
        "profit_sb": -624.3,
        "profit_sb_percentage": -6.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7606555-70a8-4f12-8a3d-fbdb082831de",
            "gambit_id": "fa0f502a-d89b-400e-90b9-61762c91eae0",
            "last_updated": "2022-10-03T19:21:57.100021-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville SC",
            "reward": "1.46000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3957defb-6d84-4e3f-b297-0767b02f99de/?format=api"
        },
        {
            "id": "be09867b-fc1d-4033-a0b1-fc5562bb92e4",
            "gambit_id": "3a48e731-22aa-4c28-aca1-06ccf0f794ce",
            "last_updated": "2022-10-03T19:21:57.102202-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.91000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3957defb-6d84-4e3f-b297-0767b02f99de/?format=api"
        },
        {
            "id": "f7327cd6-e32d-4744-b53e-5de126767afd",
            "gambit_id": "23945424-b70e-4672-ac07-b4dc26260b4e",
            "last_updated": "2022-10-03T19:21:57.101103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Dynamo",
            "reward": "5.38000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3957defb-6d84-4e3f-b297-0767b02f99de/?format=api"
        }
    ]
}