GET /api/bet_types/38d3606c-b90f-4e6b-9c14-d12f08dc889b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38d3606c-b90f-4e6b-9c14-d12f08dc889b",
    "match": "https://api-prod.gambitprofit.com/api/matches/20b5402a-5644-42d7-b1c6-a8fbb5db7c7c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-03T12:12:08.563218-04: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": 8204.0
            },
            {
                "team": "Draw",
                "amount": 1796.0
            }
        ],
        "expected_reward_tokens": 10416.8,
        "profit_sb": 916.8,
        "profit_sb_percentage": 9.65,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7366.0
            },
            {
                "team": "Draw",
                "amount": 1613.0
            },
            {
                "team": "Fulham",
                "amount": 1021.0
            }
        ],
        "expected_reward_tokens": 9352.36,
        "profit_sb": -147.64,
        "profit_sb_percentage": -1.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "740c43cc-bb79-4c10-a4f1-7de70ce15034",
            "gambit_id": "6dec6a26-82e0-4cb7-9e6d-47ed06569558",
            "last_updated": "2023-05-04T11:27:05.223802-04:00",
            "created_at": "2023-05-03T12:12:08.566328-04:00",
            "name": "Liverpool",
            "reward": "1.27000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d3606c-b90f-4e6b-9c14-d12f08dc889b/?format=api"
        },
        {
            "id": "47d834e4-4447-46d6-a8cf-3f058a71c1df",
            "gambit_id": "c64fd7fb-1930-48bf-9c86-39a9e8a814f4",
            "last_updated": "2023-05-04T11:27:05.224959-04:00",
            "created_at": "2023-05-03T12:12:08.567690-04:00",
            "name": "Draw",
            "reward": "5.80000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d3606c-b90f-4e6b-9c14-d12f08dc889b/?format=api"
        },
        {
            "id": "2438968a-3a66-41fa-9627-cef4615f32b9",
            "gambit_id": "ef4a838d-7253-4a9c-9c4d-bc8424ad5435",
            "last_updated": "2023-05-04T11:27:05.222571-04:00",
            "created_at": "2023-05-03T12:12:08.564877-04:00",
            "name": "Fulham",
            "reward": "9.16000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38d3606c-b90f-4e6b-9c14-d12f08dc889b/?format=api"
        }
    ]
}