GET /api/bet_types/3dd7e4c7-a226-497a-af1c-71f95ebdd115/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dd7e4c7-a226-497a-af1c-71f95ebdd115",
    "match": "https://api-prod.gambitprofit.com/api/matches/270ab61f-4778-46de-95ee-5e33bcc886ed/?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": "Chelsea",
                "amount": 7984.0
            },
            {
                "team": "Draw",
                "amount": 2016.0
            }
        ],
        "expected_reward_tokens": 10139.68,
        "profit_sb": 1139.68,
        "profit_sb_percentage": 12.66,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 7102.0
            },
            {
                "team": "Draw",
                "amount": 1793.0
            },
            {
                "team": "FC Red Bull Salzburg",
                "amount": 1105.0
            }
        ],
        "expected_reward_tokens": 9016.8,
        "profit_sb": 16.8,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "3975953b-d0f6-406e-a65e-1eb665f7f7c2",
            "gambit_id": "3d9852f9-35e8-44eb-a10e-fad6e3d0cb25",
            "last_updated": "2022-09-15T12:02:08.253422-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dd7e4c7-a226-497a-af1c-71f95ebdd115/?format=api"
        },
        {
            "id": "3b8e0124-6218-4dac-9dbc-62931b6c6851",
            "gambit_id": "7539c7bf-84ad-4128-8a58-99fcfb0c6004",
            "last_updated": "2022-09-15T12:02:08.254395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.03000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dd7e4c7-a226-497a-af1c-71f95ebdd115/?format=api"
        },
        {
            "id": "ae97c17a-7219-4bad-832a-e088bd81fd92",
            "gambit_id": "eb2939fc-e380-4953-9a8b-1ee568cb014d",
            "last_updated": "2022-09-15T12:02:08.255382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Red Bull Salzburg",
            "reward": "8.16000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dd7e4c7-a226-497a-af1c-71f95ebdd115/?format=api"
        }
    ]
}